File tree 3 files changed +20
-1
lines changed 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 1.0.1
2
+
3
+ - Mention experimental status in readme.
4
+
1
5
## 1.0.0
2
6
3
7
- Move sharable code from ffigen's generated code into this package, including
Original file line number Diff line number Diff line change @@ -15,6 +15,21 @@ https://pub.dev/packages/ffigen
15
15
For general information about interop with Objective C, see
16
16
https://dart.dev/guides/libraries/objective-c-interop
17
17
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
+
18
33
## Memory management
19
34
20
35
Objective C and Dart use different styles of memory management. Dart is garbage
Original file line number Diff line number Diff line change 4
4
5
5
name : objective_c
6
6
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
8
8
repository : https://github.com/dart-lang/native/tree/main/pkgs/objective_c
9
9
10
10
topics :
You can’t perform that action at this time.
0 commit comments