Skip to content

Commit 320dd21

Browse files
build: Update minimal versions
1 parent e439e24 commit 320dd21

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,5 +190,5 @@ packages:
190190
source: hosted
191191
version: "2.1.2"
192192
sdks:
193-
dart: ">=2.17.0-206.0.dev <3.0.0"
193+
dart: ">=2.17.0 <3.0.0"
194194
flutter: ">=3.0.0"

example/pubspec.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ 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: ">=2.12.0 <3.0.0"
7+
sdk: ">=2.17.0 <3.0.0"
8+
flutter: ">=3.0.0"
89

910
dependencies:
1011
cupertino_icons: any

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,5 +164,5 @@ packages:
164164
source: hosted
165165
version: "2.1.2"
166166
sdks:
167-
dart: ">=2.17.0-206.0.dev <3.0.0"
167+
dart: ">=2.17.0 <3.0.0"
168168
flutter: ">=3.0.0"

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: flutter_form_builder
22
description: This package helps in creation of forms in Flutter by removing the boilerplate code, reusing validation, react to changes, and collect final user input.
33
version: 7.5.0
4-
homepage: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
4+
repository: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder
55
issue_tracker: https://github.com/flutter-form-builder-ecosystem/flutter_form_builder/issues
66

77
environment:
8-
sdk: ">=2.12.0 <3.0.0"
8+
sdk: ">=2.17.0 <3.0.0"
99
flutter: ">=3.0.0"
1010

1111
dependencies:

0 commit comments

Comments
 (0)