Skip to content

Commit

Permalink
Require Dart 3.0 (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored May 22, 2023
1 parent 512d453 commit 6e998db
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions pkgs/cronet_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.2

* Require Dart 3.0

## 0.2.1

* Require Dart 2.19
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cronet_http/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 0.2.1
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ^3.0.0
flutter: ">=3.0.0"

dependencies:
Expand Down
4 changes: 4 additions & 0 deletions pkgs/cupertino_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.1.3

* Require Dart 3.0

## 0.1.2

* Require Dart 2.19
Expand Down
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=2.19.0 <3.0.0"
sdk: ^3.0.0

dependencies:
cached_network_image: ^3.2.3
Expand Down

0 comments on commit 6e998db

Please sign in to comment.