Skip to content

Commit

Permalink
0.22.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Mar 6, 2021
1 parent e4ae90d commit 8351536
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,8 @@ Nullsafe support + static analysis fixes

## [0.22.2]

Dartfmt
Dartfmt

## [0.22.3]

Fix for #159
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.22.0"
version: "0.22.2"
flutter_localizations:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion lib/loaders/translation_loader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ abstract class TranslationLoader {

/// Return the device current locale
Future<Locale> findDeviceLocale() async {
final Locale systemLocale = ui.window.locale;
final systemLocale = ui.window.locale;
MessagePrinter.info("The system locale is $systemLocale");
return Future.value(systemLocale);
}
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: flutter_i18n
description: i18n made easy for Flutter. With flutter_i18n you can make your app international, using just a simple .json file!
version: 0.22.2
version: 0.22.3
homepage: https://github.com/ilteoood/flutter_i18n
issue_tracker: https://github.com/ilteoood/flutter_i18n/issues

Expand Down

0 comments on commit 8351536

Please sign in to comment.