flutter_localized_locales 1.1.2
flutter_localized_locales: ^1.1.2 copied to clipboard
Flutter plugin which provides locale code to name mappings for 563 locales.
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