gokberkbar / locale_plus

LocalePlus allows easy access to native device locale data in Flutter apps. Includes language, country code, time zone, and number formatting preferences.
https://pub.dev/packages/locale_plus
MIT License
26 stars 10 forks source link

Intl version #12

Closed FMorschel closed 6 months ago

FMorschel commented 6 months ago

When using flutter_localizations this way:

dependencies:
  flutter:
    sdk: flutter
  flutter_localizations: 
    sdk: flutter

And adding locale_plus: ^1.5.0 I get:

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?

mustafa-707 commented 6 months ago

same here , i upgrade it locally and no issues can you upgrade it @gokberkbar please

thank you

gokberkbar commented 6 months ago

Sure @FMorschel @mustafa-707

gokberkbar commented 6 months ago

intl updated on version 1.6.0.