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 c5fa6b7 commit cf33890Copy full SHA for cf33890
dart_native/CHANGELOG.md
@@ -1,18 +1,22 @@
1
+## 0.3.23
2
+
3
+* [Fix] Some issues on 32-bit Android.
4
5
## 0.3.22
6
7
* [Fix] Callbacks from multi-isolates on iOS.
8
9
## 0.3.21
10
-* [Fix] Some crash on Android.
11
+* [Fix] Some crashes on Android.
12
13
## 0.3.20
14
15
* [Feature] Support 64 bit on Android.
16
17
## 0.3.19
18
19
20
21
## 0.3.18
22
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.22
+version: 0.3.23
homepage: https://github.com/dart-native/dart_native
environment:
0 commit comments