LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.
Because locale_plus 1.5.0 depends on intl ^0.18.0 and no versions of locale_plus match >1.5.0 <2.0.0, locale_plus ^1.5.0 requires intl ^0.18.0.
[...]
flutter_localizations from sdk depends on intl 0.19.0, custom_fields from path is incompatible with flutter_localizations from sdk.
My question is, would it be breaking if you replaced intl version for any or something like that?
When using
flutter_localizations
this way:And adding
locale_plus: ^1.5.0
I get:My question is, would it be breaking if you replaced
intl
version forany
or something like that?