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

Commit 52d6091

Browse files
build: update dependencies
1 parent 9d94d5f commit 52d6091

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 1.0.0+1
55

66
environment:
77
sdk: ">=2.17.0 <3.0.0"
8-
flutter: ">=3.0.0"
8+
flutter: ">=3.10.0"
99

1010
dependencies:
1111
flutter:

pubspec.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@ description: Flutter plugin for parsing, formatting and validating international
44
version: 1.0.0
55
homepage: https://github.com/flutter-form-builder-ecosystem
66
repository: https://github.com/flutter-form-builder-ecosystem/phone_number
7+
issues: https://github.com/flutter-form-builder-ecosystem/phone_number/issues
78
funding:
89
- https://opencollective.com/flutter-form-builder-ecosystem
910

1011
environment:
1112
sdk: ">=2.17.0 <3.0.0"
12-
flutter: ">=3.0.0"
13+
flutter: ">=3.10.0"
1314

1415
dependencies:
1516
flutter:
1617
sdk: flutter
17-
meta: ^1.7.0
18+
meta: ^1.9.1
1819

1920
dev_dependencies:
2021
flutter_lints: ^2.0.1

0 commit comments

Comments
 (0)