diff --git a/CHANGELOG.md b/CHANGELOG.md index b72ab63..9e7ef3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -59,3 +59,8 @@ - Fixed the blackscreen issue on startup - Fixed the iOS issue regarding the device locale - The current device locale is now used on startup + +## [1.5.1] + +- Updated the flutter_device_locale dependency to avoid a possible exception +- Updated the example to AndroidX diff --git a/README.md b/README.md index 293e926..f8feaf5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Add this to your package's pubspec.yaml file: ```sh dependencies: - flutter_translate: ^1.5.0+1 + flutter_translate: ^1.5.1 ``` Install packages from the command line (or from your editor): diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 2d667bf..c785a2e 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: example description: Example project for the flutter_translate library -version: 1.5.0+1 +version: 1.5.1 environment: sdk: ">=2.1.0 <3.0.0" diff --git a/pubspec.yaml b/pubspec.yaml index a37d3de..68124f7 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_translate description: The internationalization (i18n) library for Flutter. It lets you define translations for your content in different languages and switch between them easily. -version: 1.5.0+1 +version: 1.5.1 author: Florin Bratan homepage: https://github.com/bratan/flutter_translate