Skip to content

Commit

Permalink
android updates
Browse files Browse the repository at this point in the history
  • Loading branch information
magnatronus committed Apr 2, 2020
1 parent 41be468 commit 86d74e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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 <srogers.uk@gmail.com>
version: 0.2.3
homepage: https://github.com/magnatronus/flutter-devicelocale

environment:
Expand Down

0 comments on commit 86d74e5

Please sign in to comment.