Skip to content

Commit

Permalink
[Android] Fix receiving incorrect system locale tag format
Browse files Browse the repository at this point in the history
  • Loading branch information
proninyaroslav committed Mar 15, 2022
1 parent b600e20 commit 0e4597d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -312,9 +312,11 @@ packages:
devicelocale:
dependency: "direct main"
description:
name: devicelocale
url: "https://pub.dartlang.org"
source: hosted
path: "."
ref: android-ietf-tags
resolved-ref: "4c41fa694b99f5d603f3c5dd52a4672c13447c9c"
url: "https://github.com/proninyaroslav/flutter-devicelocale.git"
source: git
version: "0.5.0"
diff_match_patch:
dependency: transitive
Expand Down
5 changes: 5 additions & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,11 @@ dev_dependencies:

dependency_overrides:
analyzer: ^3.2.0
# TODO: remove after merge a PR https://github.com/magnatronus/flutter-devicelocale/pull/40
devicelocale:
git:
url: https://github.com/proninyaroslav/flutter-devicelocale.git
ref: android-ietf-tags

# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
Expand Down

0 comments on commit 0e4597d

Please sign in to comment.