Skip to content

Commit

Permalink
Don't depend on pre-release versions
Browse files Browse the repository at this point in the history
That was useful when migrating to nnbd but not anymore
  • Loading branch information
passsy committed Aug 4, 2022
1 parent 0298ff8 commit 49699f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ environment:
dependencies:
clock: ^1.1.0
collection: ">=1.15.0 <2.0.0"
file: ">=6.0.0-0 <7.0.0"
file: ">=6.0.0 <7.0.0"
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
http: ">=0.13.0-0 <0.15.0"
http_parser: ">=4.0.0-0 <5.0.0"
http: ">=0.13.0 <0.15.0"
http_parser: ">=4.0.0 <5.0.0"
intl: ">=0.16.0 <2.0.0" # whatever "sdk: flutter" depends on
material_color_utilities: ">=0.1.2 <1.0.0"
path_provider: ">=2.0.0 <3.0.0"
Expand Down

0 comments on commit 49699f8

Please sign in to comment.