Skip to content

Commit a2c4763

Browse files
committed
0.3.8
1 parent cc27273 commit a2c4763

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

dart_native/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
1+
## 0.3.8
2+
3+
* [Feature] Android so file path.
4+
5+
## 0.3.7
6+
7+
* [Feature] Android callback result.
8+
19
## 0.3.6
210

311
* [Fix] Issue: https://github.com/dart-native/dart_native/issues/24
12+
413
## 0.3.5
514

615
* [Feature] Object lifecycle management for Android.

dart_native/example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ packages:
175175
path: ".."
176176
relative: true
177177
source: path
178-
version: "0.3.6"
178+
version: "0.3.8"
179179
dart_native_gen:
180180
dependency: transitive
181181
description:

dart_native/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dart_native
22
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
44
homepage: https://github.com/dart-native/dart_native
55

66
environment:

0 commit comments

Comments
 (0)