Skip to content

Commit

Permalink
Update readme and prepare for a new release (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianquinlan committed May 31, 2023
1 parent aca7f0e commit 8834aec
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 20 deletions.
4 changes: 4 additions & 0 deletions pkgs/cupertino_http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.1

* Remove experimental status from "Readme"

## 1.0.0

* Require Dart 3.0
Expand Down
17 changes: 0 additions & 17 deletions pkgs/cupertino_http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,6 @@
A macOS/iOS Flutter plugin that provides access to the
[Foundation URL Loading System][].

## Status: Experimental

**NOTE**: This package is currently experimental and published under the
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to
solicit feedback.

For packages in the labs.dart.dev publisher we generally plan to either graduate
the package into a supported publisher (dart.dev, tools.dart.dev) after a period
of feedback and iteration, or discontinue the package. These packages have a
much higher expected rate of API and breaking changes.

Your feedback is valuable and will help us evolve this package.
For general feedback and suggestions please comment in the
[feedback issue](https://github.com/dart-lang/http/issues/764).
For bugs, please file an issue in the
[bug tracker](https://github.com/dart-lang/http/issues).

## Motivation

Using the [Foundation URL Loading System][], rather than the socket-based
Expand Down
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.0.0
flutter: ^3.10.0
flutter: '>=3.10.0'

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

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

dependencies:
ffi: ^2.0.1
Expand Down

0 comments on commit 8834aec

Please sign in to comment.