-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
49 lines (41 loc) · 930 Bytes
/
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
name: simplicity_coin
description: A new Flutter project for a cryptocurrency wallet.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
http: ^1.2.2
crypto: ^3.0.1
pointycastle: ^3.3.0
flutter_svg: ^2.0.9
intl: ^0.19.0
qr_flutter: ^4.1.0
simple_animations: ^5.0.2
shared_preferences: ^2.3.2
flutter_animate: ^4.5.0
flutter_launcher_icons: ^0.14.1
google_fonts: ^6.2.1
path_provider: ^2.1.4
bip39: ^1.0.6
glassmorphism: ^3.0.0
equatable: ^2.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter_icons:
android: true
ios: true
image_path: "assest/logo.png"
flutter:
uses-material-design: true
assets:
- assest/
- assest/wallet.png
- assest/coin.png
- assest/logo.png
- assest/gateway.png