Skip to content

Commit

Permalink
Widen dependency ranges of file and http
Browse files Browse the repository at this point in the history
Fixes #283
  • Loading branch information
passsy committed Jun 29, 2023
1 parent 8e80221 commit 56828c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ environment:
dependencies:
clock: ^1.1.0
collection: ">=1.15.0 <2.0.0"
file: ">=6.0.0 <7.0.0"
file: ">=6.0.0 <8.0.0"
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
http: ">=0.13.0 <0.15.0"
http: ">=0.13.0 <2.0.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"
Expand Down

0 comments on commit 56828c2

Please sign in to comment.