- Add
repository
to pubspec
- Widen intl constraint
- Update documentation for null safety and
nativeLocaleNames
- Fix test
- Use stable null-safe dependencies
- Improve documentation
- Fix mistake by doing dependency upgrade from beta channel instead of master channel
- Stable release for null safety
- Bump intl dependency to 0.17.0-nullsafety.2
- Migrate to null safety
- Add ability to override default fallback locale of 'en' with
LocaleNamesLocalizationsDelegate.fallbackLocale
- Improve documentation and rename test variables for clarity
- Run dartfmt on locales
- Fix example not showing up properly on pub.dev
- Bump up dependencies and fix tests
- Revert a change that caused a bug for unsupported locales
- 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
- Fix bug where native locale names could not be obtained on web if using peanut
- Rename test file
- Reverse order of CHANGELOG
- More README & pubspec updates
- README & pubspec updates, added an example
- Initial release