Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "0e4db51a88671b676adc09e923ffebd765a1f0c2b04dc19b08b35a335de2972c"
sha256: "1dd467c7e56541bea70bbd35d537e3aa12dfba81f39e2a75bb6a61fc5595985b"
url: "https://pub.dev"
source: hosted
version: "95.0.0"
version: "97.0.0"
analyzer:
dependency: "direct dev"
description:
name: analyzer
sha256: "3d577a36cde804a46bd1d89e673c3d87c3538c49a39c35d4d336f7760b48c319"
sha256: "041602214e3ec5a02ba85c08fe8e381aa25ac5367db17d03fbb6d22d851d4bba"
url: "https://pub.dev"
source: hosted
version: "10.1.0"
version: "11.0.0"
async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ dependencies:
path: ..

dev_dependencies:
analyzer: ^10.1.0
analyzer: ^11.0.0
pedantic_sensuikan1973: ^5.16.0
16 changes: 8 additions & 8 deletions lib/src/ffi/bindings.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5093,8 +5093,8 @@ const int OSATOMIC_DEPRECATED = 1;

typedef OSAtomic_int64_aligned64_t = ffi.Int64;
typedef DartOSAtomic_int64_aligned64_t = int;
typedef OSFifoQueueHead = UnnamedStruct$11;
typedef OSQueueHead = UnnamedStruct$10;
typedef OSFifoQueueHead = UnnamedStruct$10;
typedef OSQueueHead = UnnamedStruct$11;

const int OSSPINLOCK_DEPRECATED = 1;

Expand Down Expand Up @@ -7368,18 +7368,18 @@ final class UnnamedStruct$1 extends ffi.Struct{
final class UnnamedStruct$10 extends ffi.Struct{
external ffi.Pointer<ffi.Void> opaque1;

@ffi.Long()
external int opaque2;
external ffi.Pointer<ffi.Void> opaque2;

@ffi.Int()
external int opaque3;

}

final class UnnamedStruct$11 extends ffi.Struct{
external ffi.Pointer<ffi.Void> opaque1;

external ffi.Pointer<ffi.Void> opaque2;

@ffi.Int()
external int opaque3;
@ffi.Long()
external int opaque2;

}

Expand Down
30 changes: 15 additions & 15 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "0e4db51a88671b676adc09e923ffebd765a1f0c2b04dc19b08b35a335de2972c"
sha256: "3b19a47f6ea7c2632760777c78174f47f6aec1e05f0cd611380d4593b8af1dbc"
url: "https://pub.dev"
source: hosted
version: "95.0.0"
version: "96.0.0"
analyzer:
dependency: "direct dev"
description:
name: analyzer
sha256: "3d577a36cde804a46bd1d89e673c3d87c3538c49a39c35d4d336f7760b48c319"
sha256: "0c516bc4ad36a1a75759e54d5047cb9d15cded4459df01aa35a0b5ec7db2c2a0"
url: "https://pub.dev"
source: hosted
version: "10.1.0"
version: "10.2.0"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -109,10 +109,10 @@ packages:
dependency: transitive
description:
name: dart_style
sha256: "15a7db352c8fc6a4d2bc475ba901c25b39fe7157541da4c16eacce6f8be83e49"
sha256: "6f6b30cba0301e7b38f32bdc9a6bdae6f5921a55f0a1eb9450e1e6515645dbb2"
url: "https://pub.dev"
source: hosted
version: "3.1.5"
version: "3.1.6"
ffi:
dependency: "direct main"
description:
Expand Down Expand Up @@ -237,10 +237,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "12956d0ad8390bbcc63ca2e1469c0619946ccb52809807067a7020d57e647aa6"
sha256: dc0b7dc7651697ea4ff3e69ef44b0407ea32c487a39fff6a4004fa585e901861
url: "https://pub.dev"
source: hosted
version: "0.12.18"
version: "0.12.19"
meta:
dependency: "direct main"
description:
Expand Down Expand Up @@ -437,26 +437,26 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "54c516bbb7cee2754d327ad4fca637f78abfc3cbcc5ace83b3eda117e42cd71a"
sha256: "280d6d890011ca966ad08df7e8a4ddfab0fb3aa49f96ed6de56e3521347a9ae7"
url: "https://pub.dev"
source: hosted
version: "1.29.0"
version: "1.30.0"
test_api:
dependency: transitive
description:
name: test_api
sha256: "93167629bfc610f71560ab9312acdda4959de4df6fac7492c89ff0d3886f6636"
sha256: "8161c84903fd860b26bfdefb7963b3f0b68fee7adea0f59ef805ecca346f0c7a"
url: "https://pub.dev"
source: hosted
version: "0.7.9"
version: "0.7.10"
test_core:
dependency: transitive
description:
name: test_core
sha256: "394f07d21f0f2255ec9e3989f21e54d3c7dc0e6e9dbce160e5a9c1a6be0e2943"
sha256: "0381bd1585d1a924763c308100f2138205252fb90c9d4eeaf28489ee65ccde51"
url: "https://pub.dev"
source: hosted
version: "0.6.15"
version: "0.6.16"
typed_data:
dependency: transitive
description:
Expand Down Expand Up @@ -530,4 +530,4 @@ packages:
source: hosted
version: "2.2.4"
sdks:
dart: ">=3.9.0 <4.0.0"
dart: ">=3.10.0 <4.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ dependencies:
meta: ^1.18.1

dev_dependencies:
analyzer: ^10.1.0
analyzer: ^10.2.0
coverage: ^1.15.0 # See: https://github.com/dart-lang/test/issues/1265
ffigen: ^20.1.1
pana: ^0.23.10
pedantic_sensuikan1973: ^5.16.0
test: ^1.29.0
test: ^1.30.0

topics:
- reversi
Expand Down
Loading