We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f28a0 commit cd3bfe7Copy full SHA for cd3bfe7
dart_native/CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 0.3.6
2
+
3
+* [Fix] Issue: https://github.com/dart-native/dart_native/issues/24
4
## 0.3.5
5
6
* [Feature] Object lifecycle management for Android.
dart_native/example/pubspec.lock
@@ -175,7 +175,7 @@ packages:
175
path: ".."
176
relative: true
177
source: path
178
- version: "0.3.5"
+ version: "0.3.6"
179
dart_native_gen:
180
dependency: transitive
181
description:
dart_native/pubspec.yaml
@@ -1,6 +1,6 @@
name: dart_native
description: Write native code using Dart. This package liberates you from native code and low performance channel.
-version: 0.3.5
+version: 0.3.6
homepage: https://github.com/dart-native/dart_native
environment:
0 commit comments