Skip to content

Commit 6e998db

Browse files
authored
Require Dart 3.0 (#943)
1 parent 512d453 commit 6e998db

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

pkgs/cronet_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.2
2+
3+
* Require Dart 3.0
4+
15
## 0.2.1
26

37
* Require Dart 2.19

pkgs/cronet_http/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 0.2.1
55
repository: https://github.com/dart-lang/http/tree/master/pkgs/cronet_http
66

77
environment:
8-
sdk: ">=2.19.0 <3.0.0"
8+
sdk: ^3.0.0
99
flutter: ">=3.0.0"
1010

1111
dependencies:

pkgs/cupertino_http/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.3
2+
3+
* Require Dart 3.0
4+
15
## 0.1.2
26

37
* Require Dart 2.19

pkgs/cupertino_http/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ publish_to: 'none'
66
version: 1.0.0+1
77

88
environment:
9-
sdk: ">=2.19.0 <3.0.0"
9+
sdk: ^3.0.0
1010

1111
dependencies:
1212
cached_network_image: ^3.2.3

0 commit comments

Comments
 (0)