flutter_localized_locales 2.0.0-nullsafety flutter_localized_locales: ^2.0.0-nullsafety copied to clipboard
Flutter plugin which provides locale code to name mappings for 563 locales.
[2.0.0-nullsafety] #
- Migrate to null safety
- Add ability to override default fallback locale of 'en' with
LocaleNamesLocalizationsDelegate.fallbackLocale
- Improve documentation and rename test variables for clarity
[1.1.2] #
- Run dartfmt on locales
- Fix example not showing up properly on pub.dev
- Bump up dependencies and fix tests
[1.1.1] #
- Revert a change that caused a bug for unsupported locales
[1.1.0] #
- Simplify obtaining all locales and native locale names by encoding them in Dart instead of JSON
- No more need for a class instance or to wait for promises
[1.0.4] #
- Fix bug where native locale names could not be obtained on web if using peanut
- Rename test file
[1.0.3] #
- Reverse order of CHANGELOG
[1.0.2] #
- More README & pubspec updates
[1.0.1] #
- README & pubspec updates, added an example
[1.0.0] #
- Initial release