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.68 .0"
90+ version: "7.69 .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 @@ -237,10 +237,10 @@ packages:
237237 dependency: transitive
238238 description:
239239 name: matcher
240- sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
240+ sha256: "31bd099b47c10cd1aeb55146a2d46ce0277630ecef3f7dae54ad7873f36696cd"
241241 url: "https://pub.dev"
242242 source: hosted
243- version: "0.12.19 "
243+ version: "0.12.20 "
244244 meta:
245245 dependency: "direct main"
246246 description:
@@ -437,26 +437,26 @@ packages:
437437 dependency: "direct dev"
438438 description:
439439 name: test
440- sha256: "8d9ceddbab833f180fbefed08afa76d7c03513dfdba87ffcec2718b02bbcbf20"
440+ sha256: ca578dc12bb8b2f40b67b7d3bd2fac4f31c01a6ff7130a14e2597b919934507f
441441 url: "https://pub.dev"
442442 source: hosted
443- version: "1.31.0 "
443+ version: "1.31.1 "
444444 test_api:
445445 dependency: transitive
446446 description:
447447 name: test_api
448- sha256: "949a932224383300f01be9221c39180316445ecb8e7547f70a41a35bf421fb9e "
448+ sha256: "2a122cbe059f8b610d3a5415f42e255b6c17b1f21eee1d960f31080237fb4f11 "
449449 url: "https://pub.dev"
450450 source: hosted
451- version: "0.7.11 "
451+ version: "0.7.12 "
452452 test_core:
453453 dependency: transitive
454454 description:
455455 name: test_core
456- sha256: "1991d4cfe85d5043241acac92962c3977c8d2f2add1ee73130c7b286417d1d34"
456+ sha256: d2e98ec12998368dc59ddd47ab709f2cd55acd6b66dc7db764455a44082f4bc5
457457 url: "https://pub.dev"
458458 source: hosted
459- version: "0.6.17 "
459+ version: "0.6.18 "
460460 typed_data:
461461 dependency: transitive
462462 description:
@@ -469,10 +469,10 @@ packages:
469469 dependency: transitive
470470 description:
471471 name: vm_service
472- sha256: "046d3928e16fa4dc46e8350415661755ab759d9fc97fc21b5ab295f71e4f0499 "
472+ sha256: "0016aef94fc66495ac78af5859181e3f3bf2026bd8eecc72b9565601e19ab360 "
473473 url: "https://pub.dev"
474474 source: hosted
475- version: "15.1 .0"
475+ version: "15.2 .0"
476476 watcher:
477477 dependency: transitive
478478 description:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ dev_dependencies:
2020 ffigen : ^20.1.1
2121 pana : ^0.23.12
2222 pedantic_sensuikan1973 : ^5.16.0
23- test : ^1.31.0
23+ test : ^1.31.1
2424
2525topics :
2626 - reversi
You can’t perform that action at this time.
0 commit comments