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
[src] flutter pub get
Running "flutter pub get" in src...
Because every version of flutter from sdk depends on characters 1.0.0 and dartx >=0.2.0 <0.4.0 depends on characters ^0.3.0, flutter from sdk is incompatible with dartx >=0.2.0 <0.4.0.
And because timetable >=0.1.2 depends on dartx ^0.3.0, flutter from sdk is incompatible with timetable >=0.1.2.
So, because Afalina depends on both flutter any from sdk and timetable ^0.2.4, version solving failed.
pub get failed (1; So, because Afalina depends on both flutter any from sdk and timetable ^0.2.4, version solving failed.)
exit code 1
Environment:
[√] Flutter (Channel master, 1.20.0-3.0.pre.126, on Microsoft Windows [Version 10.0.18363.900], locale de-DE)
• Flutter version 1.20.0-3.0.pre.126 at D:\flutter
• Framework revision 462b0ea76e (3 days ago), 2020-07-02 16:13:02 -0400
• Engine revision 51ca1432b3
• Dart version 2.9.0 (build 2.9.0-20.0.dev 8afe9875a6)
Thanks for sharing a workaround! dartx is now updated to ^0.4.0 in timetablev0.2.5, so this problem should be solved. Feel free to reopen if you still encounter dependency resolution problems.
Hi,
I'm getting this error with this package:
Environment:
dependencies:
...
time_machine: ^0.9.12
timetable: ^0.2.4
Workaround
dependency_overrides:
dartx: ^0.4.2
The text was updated successfully, but these errors were encountered: