Skip to content

Commit 0bed066

Browse files
committed
Merge branch 'release/0.7.7'
2 parents 1c4205e + f6b078f commit 0bed066

File tree

16 files changed

+49
-59
lines changed

16 files changed

+49
-59
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- run: flutter config --enable-macos-desktop
3232
- run: flutter build macos --release
3333
working-directory: dart_native/example
34-
- uses: softprops/action-gh-release@v1.1.0
34+
- uses: softprops/action-gh-release@v0.1.14
3535
with:
3636
files: |
3737
build/app/outputs/apk/release/app-release.apk

dart_native/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.7.7
2+
3+
* [Fix] https://github.com/dart-native/dart_native/issues/108
4+
15
## 0.7.6
26

37
* [Fix] https://github.com/dart-native/dart_native/issues/107

dart_native/example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SPEC CHECKSUMS:
2828
ClassWrittenInSwift: de0543e7c1a836e190af74fddff84ad9b2f3d18c
2929
CocoaLumberjack: 543c79c114dadc3b1aba95641d8738b06b05b646
3030
dart_native: 3ed31c9e40530ad0ae006c0b7cf75a22b24e933f
31-
Flutter: 50d75fe2f02b26cc09d224853bb45737f8b3214a
31+
Flutter: 434fef37c0980e73bb6479ef766c45957d4b510c
3232

3333
PODFILE CHECKSUM: 6e9979e89c4dd9698b3ed55a88e6a5100fa0dc38
3434

dart_native/example/pubspec.lock

Lines changed: 15 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ packages:
77
name: _fe_analyzer_shared
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "31.0.0"
10+
version: "22.0.0"
1111
analyzer:
1212
dependency: transitive
1313
description:
1414
name: analyzer
1515
url: "https://pub.dartlang.org"
1616
source: hosted
17-
version: "2.8.0"
17+
version: "1.7.1"
1818
args:
1919
dependency: transitive
2020
description:
@@ -28,7 +28,7 @@ packages:
2828
name: async
2929
url: "https://pub.dartlang.org"
3030
source: hosted
31-
version: "2.8.2"
31+
version: "2.6.1"
3232
boolean_selector:
3333
dependency: transitive
3434
description:
@@ -98,14 +98,14 @@ packages:
9898
name: characters
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101-
version: "1.2.0"
101+
version: "1.1.0"
102102
charcode:
103103
dependency: transitive
104104
description:
105105
name: charcode
106106
url: "https://pub.dartlang.org"
107107
source: hosted
108-
version: "1.3.1"
108+
version: "1.2.0"
109109
checked_yaml:
110110
dependency: transitive
111111
description:
@@ -140,7 +140,7 @@ packages:
140140
name: collection
141141
url: "https://pub.dartlang.org"
142142
source: hosted
143-
version: "1.16.0"
143+
version: "1.15.0"
144144
convert:
145145
dependency: transitive
146146
description:
@@ -168,7 +168,7 @@ packages:
168168
path: ".."
169169
relative: true
170170
source: path
171-
version: "0.7.6"
171+
version: "0.7.7"
172172
dart_native_gen:
173173
dependency: transitive
174174
description:
@@ -189,7 +189,7 @@ packages:
189189
name: fake_async
190190
url: "https://pub.dartlang.org"
191191
source: hosted
192-
version: "1.3.0"
192+
version: "1.2.0"
193193
ffi:
194194
dependency: transitive
195195
description:
@@ -297,21 +297,14 @@ packages:
297297
name: matcher
298298
url: "https://pub.dartlang.org"
299299
source: hosted
300-
version: "0.12.11"
301-
material_color_utilities:
302-
dependency: transitive
303-
description:
304-
name: material_color_utilities
305-
url: "https://pub.dartlang.org"
306-
source: hosted
307-
version: "0.1.4"
300+
version: "0.12.10"
308301
meta:
309302
dependency: transitive
310303
description:
311304
name: meta
312305
url: "https://pub.dartlang.org"
313306
source: hosted
314-
version: "1.7.0"
307+
version: "1.3.0"
315308
mime:
316309
dependency: transitive
317310
description:
@@ -332,7 +325,7 @@ packages:
332325
name: path
333326
url: "https://pub.dartlang.org"
334327
source: hosted
335-
version: "1.8.1"
328+
version: "1.8.0"
336329
pedantic:
337330
dependency: transitive
338331
description:
@@ -393,7 +386,7 @@ packages:
393386
name: source_span
394387
url: "https://pub.dartlang.org"
395388
source: hosted
396-
version: "1.8.2"
389+
version: "1.8.1"
397390
stack_trace:
398391
dependency: transitive
399392
description:
@@ -435,7 +428,7 @@ packages:
435428
name: test_api
436429
url: "https://pub.dartlang.org"
437430
source: hosted
438-
version: "0.4.9"
431+
version: "0.3.0"
439432
timing:
440433
dependency: transitive
441434
description:
@@ -456,7 +449,7 @@ packages:
456449
name: vector_math
457450
url: "https://pub.dartlang.org"
458451
source: hosted
459-
version: "2.1.2"
452+
version: "2.1.0"
460453
watcher:
461454
dependency: transitive
462455
description:
@@ -479,5 +472,5 @@ packages:
479472
source: hosted
480473
version: "3.1.0"
481474
sdks:
482-
dart: ">=2.17.0-0 <3.0.0"
475+
dart: ">=2.13.0 <3.0.0"
483476
flutter: ">=2.2.0"

dart_native/ios/Classes/native_runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ DN_EXTERN void RegisterDartFinalizer(Dart_Handle h, void *callback, void *key, D
167167

168168
DN_EXTERN void NotifyDeallocToDart(intptr_t address, Dart_Port dartPort);
169169

170-
DN_EXTERN void RegisterDeallocCallback(void (*callback)(intptr_t));
170+
DN_EXTERN void RegisterDeallocCallback(void (*callback)(intptr_t), Dart_Port dartPort);
171171

172172
typedef NSDictionary<NSString *, NSDictionary<NSString *, NSString *> *> *DartNativeInterfaceMap;
173173
DN_EXTERN NSObject *DNInterfaceHostObjectWithName(char *name);
Binary file not shown.

dart_native/ios/DartNative.xcframework/ios-arm64_armv7/DartNative.framework/Headers/native_runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ DN_EXTERN void RegisterDartFinalizer(Dart_Handle h, void *callback, void *key, D
167167

168168
DN_EXTERN void NotifyDeallocToDart(intptr_t address, Dart_Port dartPort);
169169

170-
DN_EXTERN void RegisterDeallocCallback(void (*callback)(intptr_t));
170+
DN_EXTERN void RegisterDeallocCallback(void (*callback)(intptr_t), Dart_Port dartPort);
171171

172172
typedef NSDictionary<NSString *, NSDictionary<NSString *, NSString *> *> *DartNativeInterfaceMap;
173173
DN_EXTERN NSObject *DNInterfaceHostObjectWithName(char *name);

dart_native/ios/DartNative.xcframework/ios-arm64_armv7/DartNative.framework/_CodeSignature/CodeResources

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
</data>
2727
<key>Headers/native_runtime.h</key>
2828
<data>
29-
11nRIWQMl7+5BFqADBiLFAmeBq8=
29+
ZYgBQozNPrM6V9Evuq8apYpqxuA=
3030
</data>
3131
<key>Info.plist</key>
3232
<data>
@@ -98,11 +98,11 @@
9898
<dict>
9999
<key>hash</key>
100100
<data>
101-
11nRIWQMl7+5BFqADBiLFAmeBq8=
101+
ZYgBQozNPrM6V9Evuq8apYpqxuA=
102102
</data>
103103
<key>hash2</key>
104104
<data>
105-
vJX7/wTOXaOgfDR3IB07SWgm1OqfP9yPHClStItPWKk=
105+
BzUY7yxbTuqL4GCzBqqljsdEIqwd2n4gB9BVdzIoFqA=
106106
</data>
107107
</dict>
108108
<key>Modules/module.modulemap</key>
Binary file not shown.

dart_native/ios/DartNative.xcframework/ios-i386_x86_64-simulator/DartNative.framework/Headers/native_runtime.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ DN_EXTERN void RegisterDartFinalizer(Dart_Handle h, void *callback, void *key, D
167167

168168
DN_EXTERN void NotifyDeallocToDart(intptr_t address, Dart_Port dartPort);
169169

170-
DN_EXTERN void RegisterDeallocCallback(void (*callback)(intptr_t));
170+
DN_EXTERN void RegisterDeallocCallback(void (*callback)(intptr_t), Dart_Port dartPort);
171171

172172
typedef NSDictionary<NSString *, NSDictionary<NSString *, NSString *> *> *DartNativeInterfaceMap;
173173
DN_EXTERN NSObject *DNInterfaceHostObjectWithName(char *name);

0 commit comments

Comments
 (0)