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
I am adding in my projects the timetable in my pubspec, and I got this error
Because no versions of firebase_picture_uploader match >1.2.2 <2.0.0 and firebase_picture_uploader 1.2.2 depends on image ^3.0.1, firebase_picture_uploader ^1.2.2 requires image ^3.0.1.
And because no versions of image match >3.0.1 <4.0.0, firebase_picture_uploader ^1.2.2 requires image 3.0.1.
And because image 3.0.1 depends on archive ^3.0.0 which depends on crypto ^3.0.0, firebase_picture_uploader ^1.2.2 requires crypto ^3.0.0.
And because timetable >=0.2.7 depends on dartx ^0.5.0 which depends on crypto ^2.1.0, firebase_picture_uploader ^1.2.2 is incompatible with timetable >=0.2.7.
So, because remote_students depends on both firebase_picture_uploader ^1.2.2 and timetable ^0.2.8, version solving failed.
pub get failed (1; So, because remote_students depends on both firebase_picture_uploader ^1.2.2 and timetable ^0.2.8, version solving failed.)
dartx ^0.5.0 (a dependency of this package) depends on crypto ^2.1.0, which is now replaced by the null-safe crypto ^3.0.0. I'm working on a major refactor (#17) that drops the dependency on dartx and also migrates to null-safety, so this problem should be fixed when that refactor is complete.
In the meantime, you could try adding either dartx: ^0.6.0 or crypto: ^3.0.0 to your dependency_overrides.
I am adding in my projects the timetable in my pubspec, and I got this error
This is my pubspec.yaml
I can't use another package lower than firebase_picture_uploader ^1.2.2. Can anyone have an idea how can I solve it?
Thanks
The text was updated successfully, but these errors were encountered: