-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpubspec.yaml
55 lines (50 loc) · 1.05 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
name: crypto_wallet
description: A Very Good Project created by Very Good CLI.
version: 1.0.0+1
publish_to: none
environment:
sdk: ">=3.1.1 <4.0.0"
dependencies:
# aes_crypt:
# git:
# url: https://github.com/cscoderr/aes_crypt.git
aes_crypt_null_safe: ^2.0.2
bip39: ^1.0.6
bloc: ^8.0.3
cryptography: ^2.0.5
cryptography_flutter: ^2.3.2
cs_ui:
path: packages/cs_ui
dotted_border: ^2.0.0+1
ed25519_hd_key: ^2.2.0
encrypt: ^5.0.1
equatable: ^2.0.3
flutter:
sdk: flutter
flutter_bloc: ^8.0.1
# flutter_localizations:
# sdk: flutter
flutter_dotenv: ^5.0.2
flutter_secure_storage: ^5.0.2
flutter_svg: ^0.23.0+1
hex: ^0.2.0
http: ^0.13.4
intl: ^0.17.0
modal_bottom_sheet: ^3.0.0-pre
pin_code_fields: ^7.4.0
web3dart: ^2.3.5
dev_dependencies:
bloc_test: ^9.0.3
flutter_test:
sdk: flutter
mocktail: ^0.3.0
very_good_analysis: ^2.4.0
flutter:
uses-material-design: true
generate: true
assets:
- assets/images/
- assets/images/svg/
- assets/abi/
- assets/.env
- assets/.env.dev