Skip to content

Commit 102b662

Browse files
authored
Mention experimental status in package:objective_c readme (#1147)
1 parent 7bca356 commit 102b662

File tree

3 files changed

+20
-1
lines changed

3 files changed

+20
-1
lines changed

pkgs/objective_c/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.1
2+
3+
- Mention experimental status in readme.
4+
15
## 1.0.0
26

37
- Move sharable code from ffigen's generated code into this package, including

pkgs/objective_c/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,21 @@ https://pub.dev/packages/ffigen
1515
For general information about interop with Objective C, see
1616
https://dart.dev/guides/libraries/objective-c-interop
1717

18+
## Status: Experimental
19+
20+
**NOTE**: This package is currently experimental and published under the
21+
[labs.dart.dev](https://dart.dev/dart-team-packages) pub publisher in order to
22+
solicit feedback.
23+
24+
For packages in the labs.dart.dev publisher we generally plan to either graduate
25+
the package into a supported publisher (dart.dev, tools.dart.dev) after a period
26+
of feedback and iteration, or discontinue the package. These packages have a
27+
much higher expected rate of API and breaking changes.
28+
29+
Your feedback is valuable and will help us evolve this package.
30+
For bugs or suggestions, please file an issue in the
31+
[bug tracker](https://github.com/dart-lang/native/issues).
32+
1833
## Memory management
1934

2035
Objective C and Dart use different styles of memory management. Dart is garbage

pkgs/objective_c/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
name: objective_c
66
description: "A library to access Objective C from Flutter that acts as a support library for package:ffigen."
7-
version: 1.0.0
7+
version: 1.0.1
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c
99

1010
topics:

0 commit comments

Comments
 (0)