iampopal / flutter_locales

MIT License
6 stars 2 forks source link

flutter_locales match >3.0.1 <4.0.0 and flutter_locales 3.0.1 depends on flutter_localizations from sdk #10

Open longnh2k1 opened 1 month ago

longnh2k1 commented 1 month ago

I got the error "Because no versions of flutter_locales match >3.0.1 <4.0.0 and flutter_locales 3.0.1 depends on flutter_localizations from sdk, flutter_locales ^3.0.1 requires flutter_localizations from sdk. And because every version of flutter_localizations from sdk depends on intl 0.19.0, flutter_locales ^3.0.1 requires intl 0.19.0. So, because venus_flutter depends on both intl ^0.18.1 and flutter_locales ^3.0.1, version solving failed." when upgrading to the latest version of flutter (3.22.1). I hope you can update this package again, because I really like it and use it for many of my applications, thank you very much for your contribution⭐⭐⭐

iampopal commented 1 month ago

I will soon update flutter to latest version and as updated it. You will be able to use the new version of flutter locales too.

On Sat, 25 May 2024 at 7:01 PM longnh2k1 @.***> wrote:

I got the error "Because no versions of flutter_locales match >3.0.1 <4.0.0 and flutter_locales 3.0.1 depends on flutter_localizations from sdk, flutter_locales ^3.0.1 requires flutter_localizations from sdk. And because every version of flutter_localizations from sdk depends on intl 0.19.0, flutter_locales ^3.0.1 requires intl 0.19.0. So, because venus_flutter depends on both intl ^0.18.1 and flutter_locales ^3.0.1, version solving failed." when upgrading to the latest version of flutter (3.22.1). I hope you can update this package again, because I really like it and use it for many of my applications, thank you very much for your contribution⭐⭐⭐

— Reply to this email directly, view it on GitHub https://github.com/iampopal/flutter_locales/issues/10, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIUFLXDUMX5IS57GTC3DVZLZECOFXAVCNFSM6AAAAABII6GYGCVHI2DSMVQWIX3LMV43ASLTON2WKOZSGMYTOMBWGEZDMMI . You are receiving this because you are subscribed to this thread.Message ID: @.***>

higaski commented 1 month ago

That would be very much appreciated! This is simply the simplest localization package out there... no fancy code-gen stuff, no unnecessary features. Thanks for this package!

ElihuJ commented 1 month ago

Looking forward for that update, thank you for the package!