diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cd247dc..23a4961d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.2 + +- Hotfix: possible NPE when calling Translations.of(context) + ## 1.8.1 - Hotfix: possible NPE error when calling LocaleSettings.useDeviceLocale or LocaleSettings.setLocale diff --git a/README.md b/README.md index faf60b44..725416a9 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Lightweight i18n solution. Use JSON files to create typesafe translations. ```yaml dependencies: - fast_i18n: ^1.8.1 + fast_i18n: ^1.8.2 dev_dependencies: build_runner: any diff --git a/example/README.md b/example/README.md index 4408ec6f..17e7d3df 100644 --- a/example/README.md +++ b/example/README.md @@ -4,7 +4,7 @@ ```yaml dependencies: - fast_i18n: ^1.8.1 + fast_i18n: ^1.8.2 dev_dependencies: build_runner: any diff --git a/pubspec.yaml b/pubspec.yaml index afeb7e42..96fba587 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: fast_i18n description: Lightweight i18n solution. Use JSON files to create typesafe translations. -version: 1.8.1 +version: 1.8.2 homepage: https://github.com/Tienisto/flutter-fast-i18n environment: