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
Since the version constraints of dartx in pubspec.yaml of flutter_gen core is <1.0.0 and the current version of dartx is 1.0.0, pub get throws conflicts error
Because no versions of flutter_gen match >4.1.3 <5.0.0 and flutter_gen 4.1.3 depends on flutter_gen_core ^4.1.3, flutter_gen ^4.1.3 requires flutter_gen_core ^4.1.3.
Because flutter_gen_core 4.1.3 depends on dartx >=0.6.0 <1.0.0 and no versions of flutter_gen_core match >4.1.3 <5.0.0, flutter_gen_core ^4.1.3 requires dartx >=0.6.0 <1.0.0.
Thus, flutter_gen ^4.1.3 requires dartx >=0.6.0 <1.0.0.
So, because itorrentsearch depends on both dartx ^1.0.0 and flutter_gen ^4.1.3, version solving failed.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
Since the version constraints of dartx in pubspec.yaml of flutter_gen core is <1.0.0 and the current version of dartx is 1.0.0, pub get throws conflicts error
The text was updated successfully, but these errors were encountered: