Skip to content

Commit

Permalink
chore: load library from github instead of local
Browse files Browse the repository at this point in the history
  • Loading branch information
ethicnology committed Nov 22, 2024
1 parent a90cf9e commit beee977
Showing 2 changed files with 22 additions and 14 deletions.
18 changes: 10 additions & 8 deletions bindings/dart-bip85/example/pubspec.lock
Original file line number Diff line number Diff line change
@@ -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:
18 changes: 12 additions & 6 deletions bindings/dart-bip85/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit beee977

Please sign in to comment.