Skip to content

Commit d6e6a06

Browse files
authored
[objective_c] Remove experimental note from readme (#2757)
1 parent 8215af2 commit d6e6a06

File tree

3 files changed

+3
-18
lines changed

3 files changed

+3
-18
lines changed

pkgs/ffigen/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This bindings generator can be used to call C code or code in another language
1313
that compiles to C modules that follow the C calling convention, such as Go or
1414
Rust. For more details, see https://dart.dev/guides/libraries/c-interop.
1515

16-
FFIgen also has experimental support for calling ObjC and Swift code;
17-
for details see https://dart.dev/guides/libraries/objective-c-interop.
16+
FFIgen also supports calling ObjC code.
17+
For details see https://dart.dev/guides/libraries/objective-c-interop.
1818

1919
More FFIgen documentation can be found [here](doc/README.md).
2020

pkgs/objective_c/README.md

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,6 @@ 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-
3318
## Memory management
3419

3520
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: 9.0.0
7+
version: 9.0.0+1
88
repository: https://github.com/dart-lang/native/tree/main/pkgs/objective_c
99
issue_tracker: https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aobjective_c
1010

0 commit comments

Comments
 (0)