You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to depend on this package I got the following error on pub get. I would like to use this package but I have to use flutter_blue aswell.
Is this incompatibility solvable?
[mobile-app] flutter pub get
Running "flutter pub get" in mobile-app...
Because shared_preferences_settings >=1.2.0 depends on rxdart ^0.23.1 and flutter_blue 0.7.2 depends on rxdart ^0.24.0, shared_preferences_settings >=1.2.0 is incompatible with flutter_blue 0.7.2.
And because no versions of flutter_blue match >0.7.2 <0.8.0, shared_preferences_settings >=1.2.0 is incompatible with flutter_blue ^0.7.2.
So, because jeti_app depends on both flutter_blue ^0.7.2 and shared_preferences_settings ^1.2.0, version solving failed.
pub get failed (1; So, because jeti_app depends on both flutter_blue ^0.7.2 and shared_preferences_settings ^1.2.0, version solving failed.)
exit code 1
The text was updated successfully, but these errors were encountered:
ElHyperion
changed the title
Incompatible with flutter_blue
Incompatible with flutter_blue due to rxdart version
Jul 10, 2020
When trying to depend on this package I got the following error on pub get. I would like to use this package but I have to use flutter_blue aswell.
Is this incompatibility solvable?
The text was updated successfully, but these errors were encountered: