diff --git a/bindings/dart-bip85/example/pubspec.lock b/bindings/dart-bip85/example/pubspec.lock index 9ea81c1..9adfd13 100644 --- a/bindings/dart-bip85/example/pubspec.lock +++ b/bindings/dart-bip85/example/pubspec.lock @@ -20,10 +20,12 @@ packages: bip85: dependency: "direct main" description: - path: ".." - relative: true - source: path - version: "1.0.1" + path: "bindings/dart-bip85" + ref: master + resolved-ref: a90cf9e379c8e45611c385fea70be4a2d11e3573 + url: "https://github.com/ethicnology/rust-bip85.git" + source: git + version: "1.0.2" boolean_selector: dependency: transitive description: @@ -110,10 +112,10 @@ packages: dependency: transitive description: name: flutter_rust_bridge - sha256: fb9d3c9395eae3c71d4fe3ec343b9f30636c9988150c8bb33b60047549b34e3d + sha256: f703c4b50e253e53efc604d50281bbaefe82d615856f8ae1e7625518ae252e98 url: "https://pub.dev" source: hosted - version: "2.6.0" + version: "2.0.0" flutter_test: dependency: "direct dev" description: flutter @@ -298,10 +300,10 @@ packages: dependency: transitive description: name: web - sha256: cd3543bd5798f6ad290ea73d210f423502e71900302dde696f8bff84bf89a1cb + sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" url: "https://pub.dev" source: hosted - version: "1.1.0" + version: "0.5.1" webdriver: dependency: transitive description: diff --git a/bindings/dart-bip85/example/pubspec.yaml b/bindings/dart-bip85/example/pubspec.yaml index 3fb3c45..b7a42dd 100644 --- a/bindings/dart-bip85/example/pubspec.yaml +++ b/bindings/dart-bip85/example/pubspec.yaml @@ -31,13 +31,19 @@ dependencies: flutter: sdk: flutter + # bip85: + # # When depending on this package from a real application you should use: + # # bip85: ^x.y.z + # # See https://dart.dev/tools/pub/dependencies#version-constraints + # # The example app is bundled with the plugin so we use a path dependency on + # # the parent directory to use the current plugin's version. + # path: ../ bip85: - # When depending on this package from a real application you should use: - # bip85: ^x.y.z - # See https://dart.dev/tools/pub/dependencies#version-constraints - # The example app is bundled with the plugin so we use a path dependency on - # the parent directory to use the current plugin's version. - path: ../ + git: + url: https://github.com/ethicnology/rust-bip85.git + path: bindings/dart-bip85 + ref: master + # The following adds the Cupertino Icons font to your application. # Use with the CupertinoIcons class for iOS style icons.