forked from ThreeDotsTech/nyzo_wallet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
101 lines (84 loc) · 2.39 KB
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
name: nyzo_wallet
description: An iOS and Android wallet for the Nyzo cryptocurrency.
# The following defines the version and build number for your application.
# A version number is three numbers separated by dots, like 1.2.43
# followed by an optional build number separated by a +.
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 0.7.0+12
environment:
sdk: ">=2.1.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.2
flutter_statusbarcolor: ^0.2.0
flutter_secure_storage: ^3.2.1+1
shared_preferences: ^0.5.3+4
flutter_string_encryption: ^0.3.1
local_auth: any
intl: ^0.16.0
http: ^0.12.0+2
ed25519_hd_key: ^1.0.1
html: ^0.14.0+2
crypto: any
cryptography:
path: packages/cryptography-1.0.0
html_unescape: ^1.0.1+2
vector_math: ^2.0.8
titled_navigation_bar: ^3.0.1
shimmer: ^1.0.0
liquid_pull_to_refresh: ^1.1.0
flutter_slidable: "^0.5.3"
expandable:
path: packages/expandable-3.0.0+1
reorderables: ^0.2.12
qr_flutter:
git:
url: git://github.com/lukef/qr.flutter.git
qr_mobile_vision: ^0.3.1
unicorndial:
path: packages/unicorndial-1.1.5
flutter_picker: ^1.0.13
flutter_localizations:
sdk: flutter
auto_size_text: ^2.1.0
package_info: ^0.4.0+13
direct_select_flutter: ^1.0.5
flutter_spinkit: "^4.1.1"
dev_dependencies:
flutter_test:
sdk: flutter
# For information on the generic Dart part of this file, see the
# following page: https://www.dartlang.org/tools/pub/pubspec
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
fonts:
- family: WaletFont
fonts:
- asset: fonts/WalletFont.ttf
assets:
- images/Logo.png
- images/noTransactions.png
- images/noContacts.png
- images/noVerifiers.png
- images/qr.png
- images/communicationProblem.png
- images/normal.png
- images/NotProducing.png
- images/trackingProblem.png
- images/cycle.png
- lang/en.json
- lang/zh.json
- lang/es.json
- lang/nl.json
- lang/de.json
- lang/fr.json
- lang/hr.json
- lang/ru.json
- lang/cs.json