Skip to content

Commit cf33890

Browse files
committed
0.3.23
1 parent c5fa6b7 commit cf33890

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

dart_native/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,22 @@
1+
## 0.3.23
2+
3+
* [Fix] Some issues on 32-bit Android.
4+
15
## 0.3.22
26

37
* [Fix] Callbacks from multi-isolates on iOS.
48

59
## 0.3.21
610

7-
* [Fix] Some crash on Android.
11+
* [Fix] Some crashes on Android.
812

913
## 0.3.20
1014

1115
* [Feature] Support 64 bit on Android.
1216

1317
## 0.3.19
1418

15-
* [Fix] Some crash on Android.
19+
* [Fix] Some crashes on Android.
1620

1721
## 0.3.18
1822

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.22
3+
version: 0.3.23
44
homepage: https://github.com/dart-native/dart_native
55

66
environment:

0 commit comments

Comments
 (0)