gbmiranda / flutter_plus

Develop applications in Flutter more quickly and easily. Customize Containers, Buttons, Texts and TextFields in a few lines. Navigate between Screens and open BottomSheets, Dialogs and Snackbars without context from any point.
MIT License
21 stars 8 forks source link

Conflicting Intl Version #8

Open BobFactory opened 4 months ago

BobFactory commented 4 months ago

Hi,

flutter_plus 1.0.1 depends on intl ^0.17.0, and most of the other libraries have already migrated to the latest version of intl. Can you please bump the version, so that its compatible with other libraries ?

BobFactory commented 4 months ago

BTW I have bumped the version in this PR: https://github.com/gbmiranda/flutter_plus/pull/7

PS: What's the dependency on intl. Since we will have to maintain the version for intl on every release to avoid confliction with other plugins.