simple_locale 2.0.0
simple_locale: ^2.0.0 copied to clipboard
A package for easily getting and switching locale information. It is designed to coexist with Flutter's standard multilingual methods.
2.0.0 #
- Better compatibility with standard locale settings.
- The fallbackLocale setting has been removed. Now the first supportedLocale acts as the fallbackLocale.
- Added getLocaleForApp method to LocaleManager. This allows your app to accept changes to the device's locale while it is running.
1.0.1 #
- Fixed README.
1.0.0 #
- Added example.
0.0.1 #
- Initial release.