diff --git a/CHANGELOG.md b/CHANGELOG.md index c4c92f0..6913639 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.2.3 - 2 Apr 2020 +* updates to Android code + ## 0.2.2 - 14 March 2020 * update iOS so that locale does not show if it is null diff --git a/README.md b/README.md index be9de63..96e44b2 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ When first created this was a Swift based plugin, but due to [these issues](http ## Updates +- Apr 2020 0.2.3 Updated Android code from contributions from @ened + - Mar 2020 0.2.2 Updated iOS so that if detected locale is null then it is not included in return value - Sep 2019 0.2.0 Updated Android following feedback from https://github.com/huzhirento . Fallback to the currentLocale when attempting to get a list of locales fro Android 7 and below as the getLocales() call is a feature of API 24 and failed for Android 7 and below. diff --git a/pubspec.yaml b/pubspec.yaml index 0f3a333..9e9904e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,6 @@ name: devicelocale description: A Flutter package that can be used to extract the locales that are currently defined on a device with the current locale set as the first in the list. -version: 0.2.2 -author: Steve Rogers +version: 0.2.3 homepage: https://github.com/magnatronus/flutter-devicelocale environment: