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 2b339ea commit 86008abCopy full SHA for 86008ab
dart_native/CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## 0.7.5
2
+
3
+* [Fix] Crash on iOS.
4
+* [Fix] https://github.com/dart-native/dart_native/issues/103
5
6
## 0.7.4
7
8
* [Fix] Errors and warnings.
dart_native/example/pubspec.lock
@@ -168,7 +168,7 @@ packages:
168
path: ".."
169
relative: true
170
source: path
171
- version: "0.7.4"
+ version: "0.7.5"
172
dart_native_gen:
173
dependency: transitive
174
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.7.4
+version: 0.7.5
homepage: https://github.com/dart-native/dart_native
environment:
0 commit comments