We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a10a780 commit 6a32ea7Copy full SHA for 6a32ea7
pubspec.yaml
@@ -7,7 +7,7 @@ description: Natrium - Fast, Robust & Secure NANO Wallet.
7
# Both the version and the builder number may be overridden in flutter
8
# build by specifying --build-name and --build-number, respectively.
9
# Read more about versioning at semver.org.
10
-version: 2.1.0+45
+version: 2.1.1+46
11
12
environment:
13
sdk: ">=2.0.0-dev.68.0 <3.0.0"
@@ -61,7 +61,11 @@ dependencies:
61
path_provider: ^1.3.0
62
63
# TouchID/FaceID
64
- local_auth: ^0.6.0+1
+ local_auth:
65
+ git:
66
+ url: https://github.com/appditto/plugins.git
67
+ path: packages/local_auth
68
+ ref: master
69
70
# Eventbus
71
event_taxi: ^0.1.5
0 commit comments