File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ packages:
8787 path: ".."
8888 relative: true
8989 source: path
90- version: "7.59.3 "
90+ version: "7.60.0 "
9191 lints:
9292 dependency: transitive
9393 description:
Original file line number Diff line number Diff line change @@ -5093,8 +5093,8 @@ const int OSATOMIC_DEPRECATED = 1;
50935093
50945094typedef OSAtomic_int64_aligned64_t = ffi.Int64 ;
50955095typedef DartOSAtomic_int64_aligned64_t = int ;
5096- typedef OSFifoQueueHead = UnnamedStruct$11 ;
5097- typedef OSQueueHead = UnnamedStruct$10 ;
5096+ typedef OSFifoQueueHead = UnnamedStruct$10 ;
5097+ typedef OSQueueHead = UnnamedStruct$11 ;
50985098
50995099const int OSSPINLOCK_DEPRECATED = 1 ;
51005100
@@ -7368,18 +7368,18 @@ final class UnnamedStruct$1 extends ffi.Struct{
73687368final class UnnamedStruct$10 extends ffi.Struct {
73697369 external ffi.Pointer <ffi.Void > opaque1;
73707370
7371- @ffi .Long ()
7372- external int opaque2;
7371+ external ffi.Pointer <ffi.Void > opaque2;
7372+
7373+ @ffi .Int ()
7374+ external int opaque3;
73737375
73747376}
73757377
73767378final class UnnamedStruct$11 extends ffi.Struct {
73777379 external ffi.Pointer <ffi.Void > opaque1;
73787380
7379- external ffi.Pointer <ffi.Void > opaque2;
7380-
7381- @ffi .Int ()
7382- external int opaque3;
7381+ @ffi .Long ()
7382+ external int opaque2;
73837383
73847384}
73857385
Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ packages:
109109 dependency: transitive
110110 description:
111111 name: dart_style
112- sha256: c87dfe3d56f183ffe9106a18aebc6db431fc7c98c31a54b952a77f3d54a85697
112+ sha256: a9c30492da18ff84efe2422ba2d319a89942d93e58eb0b73d32abe822ef54b7b
113113 url: "https://pub.dev"
114114 source: hosted
115- version: "3.1.2 "
115+ version: "3.1.3 "
116116 ffi:
117117 dependency: "direct main"
118118 description:
@@ -173,10 +173,10 @@ packages:
173173 dependency: transitive
174174 description:
175175 name: http
176- sha256: bb2ce4590bc2667c96f318d68cac1b5a7987ec819351d32b1c987239a815e007
176+ sha256: "87721a4a50b19c7f1d49001e51409bddc46303966ce89a65af4f4e6004896412"
177177 url: "https://pub.dev"
178178 source: hosted
179- version: "1.5 .0"
179+ version: "1.6 .0"
180180 http_multi_server:
181181 dependency: transitive
182182 description:
@@ -445,26 +445,26 @@ packages:
445445 dependency: "direct dev"
446446 description:
447447 name: test
448- sha256: "75906bf273541b676716d1ca7627a17e4c4070a3a16272b7a3dc7da3b9f3f6b7 "
448+ sha256: "8f0eb7fa76b7d05a4f3707e0dbd581babef5b0915ca508b757cf15d0cabb56cb "
449449 url: "https://pub.dev"
450450 source: hosted
451- version: "1.26.3 "
451+ version: "1.27.0 "
452452 test_api:
453453 dependency: transitive
454454 description:
455455 name: test_api
456- sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55
456+ sha256: "19a78f63e83d3a61f00826d09bc2f60e191bf3504183c001262be6ac75589fb8"
457457 url: "https://pub.dev"
458458 source: hosted
459- version: "0.7.7 "
459+ version: "0.7.8 "
460460 test_core:
461461 dependency: transitive
462462 description:
463463 name: test_core
464- sha256: "0cc24b5ff94b38d2ae73e1eb43cc302b77964fbf67abad1e296025b78deb53d0"
464+ sha256: bad9916601a4f2ef6e4dbc466fb712e4b42cf4917c3fd428b018f51984fce13b
465465 url: "https://pub.dev"
466466 source: hosted
467- version: "0.6.12 "
467+ version: "0.6.13 "
468468 typed_data:
469469 dependency: transitive
470470 description:
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ environment:
1212
1313dependencies :
1414 ffi : ^2.1.4
15- meta : ^1.16 .0
15+ meta : ^1.17 .0
1616
1717dev_dependencies :
1818 analyzer : ^8.4.1
1919 coverage : ^1.15.0 # See: https://github.com/dart-lang/test/issues/1265
2020 ffigen : ^20.0.0
2121 pana : ^0.23.1
2222 pedantic_sensuikan1973 : ^5.15.0
23- test : ^1.26.3
23+ test : ^1.27.0
2424
2525topics :
2626 - reversi
You can’t perform that action at this time.
0 commit comments