Skip to content

Commit

Permalink
release 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Nov 3, 2020
1 parent 51d5ff2 commit 74067f5
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

```yaml
dependencies:
fast_i18n: ^1.8.1
fast_i18n: ^1.8.2

dev_dependencies:
build_runner: any
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 74067f5

Please sign in to comment.