Skip to content

Commit 82e0424

Browse files
authored
Use preferred flutter version constraints (#1119)
1 parent ccefa7c commit 82e0424

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pkgs/cupertino_http/example/pubspec.yaml

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

88
environment:
99
sdk: ^3.2.0
10-
flutter: ^3.16.0
10+
flutter: '>=3.16.0'
1111

1212
dependencies:
1313
cupertino_http:

pkgs/cupertino_http/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: cupertino_http
2-
version: 1.3.0
2+
version: 1.3.1-wip
33
description: >-
44
A macOS/iOS Flutter plugin that provides access to the Foundation URL
55
Loading System.
66
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http
77

88
environment:
99
sdk: ^3.2.0
10-
flutter: ^3.16.0 # If changed, update test matrix.
10+
flutter: '>=3.16.0' # If changed, update test matrix.
1111

1212
dependencies:
1313
async: ^2.5.0

0 commit comments

Comments
 (0)