Skip to content

Commit 1145c85

Browse files
stuartmorganawdavies
authored andcommitted
Update pubspecs (#121)
Add compatibility up to Dart 3.0, to fix building with Flutter head, which now uses 2.1 (with nothing specified, <2 is assumed as the requirement). Also removes the example's pubspeck.lock and adds it to the ignore list until the project has a plan in place for specifying the required version of Flutter.
1 parent add9a6d commit 1145c85

File tree

5 files changed

+13
-405
lines changed

5 files changed

+13
-405
lines changed

example_flutter/.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ build/
99
ios/
1010
packages
1111
.flutter-plugins
12+
# Since the current expectation is that clients are using Flutter head,
13+
# and Dart SDK changes unlock dependencies, pubspec.lock isn't useful.
14+
# Ignore it since it just creates noise. When there's a system in place
15+
# for versioning this project relative to Flutter, remove this.
16+
pubspec.lock

0 commit comments

Comments
 (0)