Skip to content

Commit

Permalink
Use preferred flutter version constraints (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan authored Jan 29, 2024
1 parent ccefa7c commit 82e0424
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/cupertino_http/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1

environment:
sdk: ^3.2.0
flutter: ^3.16.0
flutter: '>=3.16.0'

dependencies:
cupertino_http:
Expand Down
4 changes: 2 additions & 2 deletions pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: cupertino_http
version: 1.3.0
version: 1.3.1-wip
description: >-
A macOS/iOS Flutter plugin that provides access to the Foundation URL
Loading System.
repository: https://github.com/dart-lang/http/tree/master/pkgs/cupertino_http

environment:
sdk: ^3.2.0
flutter: ^3.16.0 # If changed, update test matrix.
flutter: '>=3.16.0' # If changed, update test matrix.

dependencies:
async: ^2.5.0
Expand Down

0 comments on commit 82e0424

Please sign in to comment.