Skip to content

Commit

Permalink
Changelog/Pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed Mar 21, 2024
1 parent b80eaf9 commit 57e367f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
4 changes: 3 additions & 1 deletion pkgs/cupertino_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
## 1.3.1-wip
## 1.5.0-wip

* Add integration to the DevTools "Network" tab.

## 1.3.0

Expand Down
12 changes: 4 additions & 8 deletions pkgs/cupertino_http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,29 +1,25 @@
name: cupertino_http
version: 1.4.0-wip
publish_to: none # Do not merge with this here!

version: 1.5.0-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
publish_to: none

environment:
sdk: ^3.3.0
flutter: '>=3.19.0' # If changed, update test matrix.
sdk: ^3.2.0 # XXX Wrong!
flutter: '>=3.16.0' # XXX Wrong!

dependencies:
async: ^2.5.0
ffi: ^2.1.0
flutter:
sdk: flutter
http: ^1.2.0
<<<<<<< HEAD
http_profile:
path: ../http_profile
=======
web_socket:
path: ../web_socket
>>>>>>> upstream/master

dev_dependencies:
dart_flutter_team_lints: ^2.0.0
Expand Down

0 comments on commit 57e367f

Please sign in to comment.