diff --git a/example/pubspec.lock b/example/pubspec.lock index 4a18c25f47..c06d734cd1 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -13,10 +13,10 @@ packages: dependency: "direct dev" description: name: analyzer - sha256: d10f9c2bf877706e39e9cc94d89ba28c7084f6e3529b4a2a96bb474fd0323647 + sha256: de617bfdc64f3d8b00835ec2957441ceca0a29cdf7881f7ab231bc14f71159c0 url: "https://pub.dev" source: hosted - version: "7.5.5" + version: "7.5.6" async: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 71b57ef6c8..713b94dbc1 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -11,5 +11,5 @@ dependencies: path: .. dev_dependencies: - analyzer: ^7.5.5 + analyzer: ^7.5.6 pedantic_sensuikan1973: ^5.15.0 diff --git a/lib/src/ffi/bindings.dart b/lib/src/ffi/bindings.dart index 71eb453e7d..b62a3b77b4 100644 --- a/lib/src/ffi/bindings.dart +++ b/lib/src/ffi/bindings.dart @@ -1377,11 +1377,11 @@ class LibEdaxBindings { ffi.Pointer> value) => _time_clock.value = value; - late final ffi.Pointer _timezone = _lookup('timezone'); + late final ffi.Pointer _timezone$1 = _lookup('timezone'); - int get timezone => _timezone.value; + int get timezone$1 => _timezone$1.value; - set timezone(int value) => _timezone.value = value; + set timezone$1(int value) => _timezone$1.value = value; late final ffi.Pointer>> _tzname = _lookup>>('tzname'); @@ -9969,7 +9969,7 @@ final class timeval64 extends ffi.Struct { external int tv_usec; } -final class timezone$1 extends ffi.Struct { +final class timezone extends ffi.Struct { @ffi.Int() external int tz_minuteswest; diff --git a/pubspec.lock b/pubspec.lock index 22b28773d5..b0936c21bb 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -13,10 +13,10 @@ packages: dependency: "direct dev" description: name: analyzer - sha256: d10f9c2bf877706e39e9cc94d89ba28c7084f6e3529b4a2a96bb474fd0323647 + sha256: de617bfdc64f3d8b00835ec2957441ceca0a29cdf7881f7ab231bc14f71159c0 url: "https://pub.dev" source: hosted - version: "7.5.5" + version: "7.5.6" args: dependency: transitive description: @@ -85,10 +85,10 @@ packages: dependency: "direct dev" description: name: coverage - sha256: aa07dbe5f2294c827b7edb9a87bba44a9c15a3cc81bc8da2ca19b37322d30080 + sha256: "5da775aa218eaf2151c721b16c01c7676fbfdd99cebba2bf64e8b807a28ff94d" url: "https://pub.dev" source: hosted - version: "1.14.1" + version: "1.15.0" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 9e0199aca6..1ad06d5b53 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,8 +15,8 @@ dependencies: meta: ^1.17.0 dev_dependencies: - analyzer: ^7.5.5 - coverage: ^1.14.1 # See: https://github.com/dart-lang/test/issues/1265 + analyzer: ^7.5.6 + coverage: ^1.15.0 # See: https://github.com/dart-lang/test/issues/1265 ffigen: ^19.0.0 pana: ^0.22.21 pedantic_sensuikan1973: ^5.13.0