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
Why doesn't flutter_quill update its intl package dependency? It causes version conflicts. I noticed flutter_quill is using an intl package version from a year ago, even though flutter_quill itself maintains very active updates.
/Users/xxx/Flutter/SDK/bin/flutter --no-color pub get
Resolving dependencies...
Because flutter_quill 10.8.5 depends on intl ^0.19.0 and no versions of flutter_quill match >10.8.5 <11.0.0, flutter_quill ^10.8.5 requires intl ^0.19.0.
So, because xxx depends on both intl ^0.20.1 and flutter_quill ^10.8.5, version solving failed.
You can try the following suggestion to make the pubspec resolve:
* Consider downgrading your constraint on intl: flutter pub add intl:^0.19.0
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
The question
Why doesn't flutter_quill update its intl package dependency? It causes version conflicts. I noticed flutter_quill is using an intl package version from a year ago, even though flutter_quill itself maintains very active updates.
The text was updated successfully, but these errors were encountered: