Skip to content

Commit 7b8a57e

Browse files
authored
Add note about cupertino_http state in README (#755)
1 parent 63c9e91 commit 7b8a57e

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

pkgs/cupertino_http/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,23 @@
44
A macOS/iOS Flutter plugin that provides access to the
55
[Foundation URL Loading System][].
66

7+
## Status: Experimental
8+
9+
**NOTE**: This package is currently experimental and published under the
10+
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to
11+
solicit feedback.
12+
13+
For packages in the labs.dart.dev publisher we generally plan to either graduate
14+
the package into a supported publisher (dart.dev, tools.dart.dev) after a period
15+
of feedback and iteration, or discontinue the package. These packages have a
16+
much higher expected rate of API and breaking changes.
17+
18+
Your feedback is valuable and will help us evolve this package. For general
19+
feedback, suggestions, and comments, please file an issue in the
20+
[bug tracker](https://github.com/dart-lang/http/issues).
21+
22+
## Motivation
23+
724
Using the [Foundation URL Loading System][], rather than the socket-based
825
[dart:io HttpClient][] implemententation, has several advantages:
926

0 commit comments

Comments
 (0)