Skip to content

Commit

Permalink
9.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
cedvdb committed Mar 27, 2024
1 parent b7a6f38 commit 2056e0a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## [9.2.3]
- upgrade flutter country selector dependency

## [9.2.2]
- added language selection to demo
- fixed a bug where country selection language
Expand Down
6 changes: 3 additions & 3 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,10 @@ packages:
dependency: transitive
description:
name: flutter_country_selector
sha256: f32355c53b9dd31842a9d3a59283956cfbba3606644353534a1eb96ab98a4128
sha256: "6da5b7267d276fce2517222e55b3907aafa53715584ae79bdd5ad37ec8bb1328"
url: "https://pub.dev"
source: hosted
version: "1.0.7"
version: "1.0.8"
flutter_lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -222,7 +222,7 @@ packages:
path: ".."
relative: true
source: path
version: "9.2.0"
version: "9.2.3"
phone_numbers_parser:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: phone_form_field
description: Flutter phone input integrated with flutter internationalization
version: 9.2.2
version: 9.2.3
homepage: https://github.com/cedvdb/phone_form_field

environment:
Expand All @@ -14,7 +14,7 @@ dependencies:
sdk: flutter
intl: ">=0.18.0 <=1.0.0"

flutter_country_selector: ^1.0.7
flutter_country_selector: ^1.0.8
circle_flags: ^5.0.0
phone_numbers_parser: ^8.2.1

Expand Down

0 comments on commit 2056e0a

Please sign in to comment.