We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccefa7c commit 82e0424Copy full SHA for 82e0424
pkgs/cupertino_http/example/pubspec.yaml
@@ -7,7 +7,7 @@ version: 1.0.0+1
7
8
environment:
9
sdk: ^3.2.0
10
- flutter: ^3.16.0
+ flutter: '>=3.16.0'
11
12
dependencies:
13
cupertino_http:
pkgs/cupertino_http/pubspec.yaml
@@ -1,13 +1,13 @@
1
name: cupertino_http
2
-version: 1.3.0
+version: 1.3.1-wip
3
description: >-
4
A macOS/iOS Flutter plugin that provides access to the Foundation URL
5
Loading System.
6
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http
- flutter: ^3.16.0 # If changed, update test matrix.
+ flutter: '>=3.16.0' # If changed, update test matrix.
async: ^2.5.0
0 commit comments