Skip to content

Commit

Permalink
publish merge updates
Browse files Browse the repository at this point in the history
  • Loading branch information
magnatronus committed May 7, 2022
1 parent c7f42fc commit b4ed97e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.1 - 07 May 2022

* Merged PRs for Android and Linux updates

## 0.5.0 - 03 Oct 2021

* Update Android code to remove deprecation warning
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ Since GNU/Linux and POSIX doesn't provide a standard API for getting the preferr

## Updates

### May 2022
Merged pull requests

### Oct 2021
Updated the code and APIs used by Flutter for an Android plugin - this was the source of the Deprecated API warning in the Android build.

Expand Down
2 changes: 1 addition & 1 deletion lib/devicelocale.dart
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/// Copyright (c) 2019-2021, Steve Rogers. All rights reserved. Use of this source code
/// Copyright (c) 2019-2022, Steve Rogers. All rights reserved. Use of this source code
/// is governed by an Apache License 2.0 that can be found in the LICENSE file.
import 'dart:async';
import 'dart:ui';
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: 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.5.0
version: 0.5.1
homepage: https://github.com/magnatronus/flutter-devicelocale

environment:
Expand Down

0 comments on commit b4ed97e

Please sign in to comment.