Skip to content

Commit 6a69d46

Browse files
build: update flutter version constraints
1 parent 7ef91ff commit 6a69d46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

example/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
44
version: 1.0.0+1
55

66
environment:
7-
sdk: ">=3.0.0 <4.0.0"
8-
flutter: ">=3.10.0"
7+
sdk: ">=3.4.0 <4.0.0"
8+
flutter: ">=3.22.0"
99

1010
dependencies:
1111
flutter:
1212
sdk: flutter
1313
flutter_form_builder:
1414
path: ../
15-
form_builder_validators: ^10.0.0
15+
form_builder_validators: ^10.0.1
1616
flutter_localizations:
1717
sdk: flutter
1818
intl: ^0.19.0
1919

2020
dev_dependencies:
21-
flutter_lints: ^2.0.1
21+
flutter_lints: ^4.0.0
2222
flutter_test:
2323
sdk: flutter
2424

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ dependencies:
1717
intl: ">=0.19.0 <0.20.0"
1818

1919
dev_dependencies:
20-
flutter_lints: ^3.0.1
20+
flutter_lints: ^4.0.0
2121
flutter_test:
2222
sdk: flutter

0 commit comments

Comments
 (0)