File tree Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Expand file tree Collapse file tree 3 files changed +3
-18
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ This bindings generator can be used to call C code or code in another language
1313that compiles to C modules that follow the C calling convention, such as Go or
1414Rust. 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
1919More FFIgen documentation can be found [ here] ( doc/README.md ) .
2020
Original file line number Diff line number Diff line change @@ -15,21 +15,6 @@ https://pub.dev/packages/ffigen
1515For general information about interop with Objective C, see
1616https://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
3520Objective C and Dart use different styles of memory management. Dart is garbage
Original file line number Diff line number Diff line change 44
55name : objective_c
66description : ' 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
88repository : https://github.com/dart-lang/native/tree/main/pkgs/objective_c
99issue_tracker : https://github.com/dart-lang/native/issues?q=is%3Aissue+is%3Aopen+label%3Apackage%3Aobjective_c
1010
You can’t perform that action at this time.
0 commit comments