Skip to content
This repository was archived by the owner on Jan 27, 2024. It is now read-only.

Commit 6caacd3

Browse files
chore(release): 2.0.0
1 parent d298bda commit 6caacd3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.0.0
2+
3+
### BREAKING CHANGES
4+
5+
- iOS podfile now needs to be updated since PhoneNumberKit no longer updates cocoapods. Take a look on [setup](https://github.com/flutter-form-builder-ecosystem/phone_number#setup)
6+
- Update Flutter constrains to >= 3.10
7+
- Update Dart constrains to 3
8+
- Compile with Android SDK 33
9+
- Update `flutter_form_builder` to 9.x.x. Take a look breaking changes on [there changelog](https://pub.dev/packages/flutter_form_builder/changelog#900)
10+
111
## 2.0.0-dev.2
212

313
### BREAKING CHANGE

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: phone_number
22
description: Flutter plugin for parsing, formatting and validating international
33
phone numbers.
4-
version: 2.0.0-dev.2
4+
version: 2.0.0
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
repository: https://github.com/flutter-form-builder-ecosystem/phone_number
77
issue_tracker: https://github.com/flutter-form-builder-ecosystem/phone_number/issues

0 commit comments

Comments
 (0)