Skip to content

Commit

Permalink
release: 5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tienisto committed Jan 19, 2022
1 parent 5663895 commit 2a2c3b0
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ final t = ref.watch(translationProvider);
String a = t.welcome.title;
```

For more information, checkout the [full article](https://github.com/Tienisto/flutter-fast-i18n/blob/master/docs/dependency_injection.md).
For more information, checkout the [full article](https://github.com/Tienisto/flutter-fast-i18n/blob/master/documentation/dependency_injection.md).

## 5.8.0

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ It is recommended to add `fast_i18n` to `dev_dependencies`.
```yaml
dev_dependencies:
build_runner: any
fast_i18n: 5.8.0
fast_i18n: 5.9.0
```
**Step 2: Create JSON files**
Expand Down Expand Up @@ -532,7 +532,7 @@ void main() {

You can customize the attributes and use different node selectors.

Checkout the [full article](https://github.com/Tienisto/flutter-fast-i18n/blob/master/docs/interfaces.md).
Checkout the [full article](https://github.com/Tienisto/flutter-fast-i18n/blob/master/documentation/interfaces.md).

### ➤ Locale Enum

Expand Down Expand Up @@ -586,7 +586,7 @@ final t = ref.watch(translationProvider);
String a = t.welcome.title;
```

Checkout the [full article](https://github.com/Tienisto/flutter-fast-i18n/blob/master/docs/dependency_injection.md).
Checkout the [full article](https://github.com/Tienisto/flutter-fast-i18n/blob/master/documentation/dependency_injection.md).

### ➤ Pluralization

Expand Down Expand Up @@ -1083,9 +1083,9 @@ The second one always returns a new instance.

In depth tutorials about several topics:

[Interfaces](https://github.com/Tienisto/flutter-fast-i18n/blob/master/docs/interfaces.md)
[Interfaces](https://github.com/Tienisto/flutter-fast-i18n/blob/master/documentation/interfaces.md)

[Dependency Injection](https://github.com/Tienisto/flutter-fast-i18n/blob/master/docs/dependency_injection.md)
[Dependency Injection](https://github.com/Tienisto/flutter-fast-i18n/blob/master/documentation/dependency_injection.md)

## License

Expand Down
File renamed without changes.
File renamed without changes.
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: Localization / Internationalization (i18n) solution. Use JSON, YAML or CSV files to create typesafe translations via source generation.
version: 5.8.0
version: 5.9.0
homepage: https://github.com/Tienisto/flutter-fast-i18n
publish_to: https://pub.dev

Expand Down

0 comments on commit 2a2c3b0

Please sign in to comment.