File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.3.8
2
+
3
+ * [ Feature] Android so file path.
4
+
5
+ ## 0.3.7
6
+
7
+ * [ Feature] Android callback result.
8
+
1
9
## 0.3.6
2
10
3
11
* [ Fix] Issue: https://github.com/dart-native/dart_native/issues/24
12
+
4
13
## 0.3.5
5
14
6
15
* [ Feature] Object lifecycle management for Android.
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ packages:
175
175
path: ".."
176
176
relative: true
177
177
source: path
178
- version: "0.3.6 "
178
+ version: "0.3.8 "
179
179
dart_native_gen:
180
180
dependency: transitive
181
181
description:
Original file line number Diff line number Diff line change 1
1
name : dart_native
2
2
description : Write native code using Dart. This package liberates you from native code and low performance channel.
3
- version : 0.3.6
3
+ version : 0.3.8
4
4
homepage : https://github.com/dart-native/dart_native
5
5
6
6
environment :
You can’t perform that action at this time.
0 commit comments