Ezaldeen99 / material_dialogs

A Flutter library aims to help you create animated, simple, and stylish Material Dialogs in your app.
Apache License 2.0
94 stars 48 forks source link

Can't update lottie to version 3 #33

Closed ShafiqSadat closed 1 month ago

ShafiqSadat commented 3 months ago

Because material_dialogs 1.1.4 depends on lottie ^2.1.0 and no versions of material_dialogs match >1.1.4 <2.0.0, material_dialogs ^1.1.4 requires lottie ^2.1.0.
So, because sarafi depends on both lottie ^3.1.0 and material_dialogs ^1.1.4, version solving failed.

You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on lottie: flutter pub add lottie:^2.7.0
Ezaldeen99 commented 1 month ago

please resolve the conflict in your PR

Ezaldeen99 commented 1 month ago

closed as fixed in #35