Browse Source

depend on published argon2_ffi_base

master
Herbert Poul 5 years ago
parent
commit
a2d87d3d41
  1. 10
      example/pubspec.lock
  2. 12
      pubspec.lock
  3. 7
      pubspec.yaml

10
example/pubspec.lock

@ -9,13 +9,11 @@ packages:
source: path
version: "0.0.1"
argon2_ffi_base:
dependency: "direct main"
dependency: transitive
description:
path: "."
ref: a867d30e77521012fd68af0208ec9ccc57127d86
resolved-ref: a867d30e77521012fd68af0208ec9ccc57127d86
url: "https://github.com/hpoul/argon2_ffi_base.git"
source: git
name: argon2_ffi_base
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1"
async:
dependency: transitive

12
pubspec.lock

@ -4,11 +4,9 @@ packages:
argon2_ffi_base:
dependency: "direct main"
description:
path: "."
ref: a867d30e77521012fd68af0208ec9ccc57127d86
resolved-ref: a867d30e77521012fd68af0208ec9ccc57127d86
url: "https://github.com/hpoul/argon2_ffi_base.git"
source: git
name: argon2_ffi_base
url: "https://pub.dartlang.org"
source: hosted
version: "0.0.1"
async:
dependency: transitive
@ -53,14 +51,14 @@ packages:
source: hosted
version: "1.1.0"
ffi:
dependency: "direct main"
dependency: transitive
description:
name: ffi
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
ffi_helper:
dependency: "direct main"
dependency: transitive
description:
name: ffi_helper
url: "https://pub.dartlang.org"

7
pubspec.yaml

@ -8,12 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
argon2_ffi_base:
git:
url: https://github.com/hpoul/argon2_ffi_base.git
ref: a867d30e77521012fd68af0208ec9ccc57127d86
ffi: ^0.1.3
ffi_helper: ^1.4.0
argon2_ffi_base: ">=0.0.1 <1.0.0"
dev_dependencies:

Loading…
Cancel
Save