Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 3.0.1

### Bug fixes

* Corrected country detection when parsing phone numbers.
* Update constraints to Flutter 3.32
* Update constraints to Dart 3.8

## 3.0.0

### BREAKING CHANGES
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: form_builder_phone_field
description: International phone number field for FlutterFormBuilder package
version: 3.0.0
version: 3.0.1
repository: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field
issue_tracker: https://github.com/flutter-form-builder-ecosystem/form_builder_phone_field/issues
homepage: https://github.com/flutter-form-builder-ecosystem
Expand Down