File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.7.8
2
+
3
+ * [ Fix] Build error on Xcode 12.
4
+ * [ Fix] The result for interface doesn't match it's type bool.
5
+
1
6
## 0.7.7
2
7
3
8
* [ Fix] https://github.com/dart-native/dart_native/issues/108
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ packages:
168
168
path: ".."
169
169
relative: true
170
170
source: path
171
- version: "0.7.7 "
171
+ version: "0.7.8 "
172
172
dart_native_gen:
173
173
dependency: transitive
174
174
description:
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Write native code using Dart. This package liberates you from undercompetent cha
22
22
23
23
s . swift_version = '5.5'
24
24
s . osx . dependency 'FlutterMacOS'
25
- s . dependency 'ClassWrittenInSwift' , '~> 0.0.4 '
25
+ s . dependency 'ClassWrittenInSwift' , '~> 0.0.5 '
26
26
27
27
s . osx . deployment_target = '10.11'
28
28
s . libraries = 'c++'
Original file line number Diff line number Diff line change 1
1
name : dart_native
2
2
description : Write native code using Dart. This package liberates you from native code and low performance channel.
3
- version : 0.7.7
3
+ version : 0.7.8
4
4
homepage : https://github.com/dart-native/dart_native
5
5
6
6
environment :
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ packages:
168
168
path: "../../dart_native"
169
169
relative: true
170
170
source: path
171
- version: "0.7.6 "
171
+ version: "0.7.8 "
172
172
dart_native_gen:
173
173
dependency: transitive
174
174
description:
You can’t perform that action at this time.
0 commit comments