-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpubspec.yaml
More file actions
121 lines (113 loc) · 3.78 KB
/
pubspec.yaml
File metadata and controls
121 lines (113 loc) · 3.78 KB
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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
name: wallet
description: A new Flutter project.
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.17.1 <3.0.0"
# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
# consider running `flutter pub upgrade --major-versions`. Alternatively,
# dependencies can be manually updated by changing the version numbers below to
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
bip39: ^1.0.6
cached_network_image: ^3.4.1
crypto: ^3.0.2
cupertino_icons: ^1.0.2
flutter:
sdk: flutter
flutter_cache_manager: ^3.4.1
flutter_localizations:
sdk: flutter
flutter_secure_storage: ^9.2.2
flutter_slidable: ^3.1.1
flutter_svg: ^2.0.10+1
intl: ^0.19.0
# jupiter_aggregator: ^1.0.0
local_auth: ^2.1.2
mobile_scanner: ^5.2.3
qr_flutter: ^4.0.0
shared_preferences: ^2.0.15
solana: ^0.31.0
solana_mobile_wallet: ^0.2.0+1
sprintf: ^7.0.0
sqflite: ^2.0.3+1
sqflite_common_ffi: ^2.2.4
url_launcher: ^6.1.10
# web_socket_channel: ^2.1.0
webview_flutter: ^4.5.0
# webview_flutter_android: ^3.10.1
xml: ^6.1.0
dev_dependencies:
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/index.html
- assets/inject.js
- assets/tokens.json
- assets/images/
fonts:
- family: NotoSans
fonts:
- asset: assets/fonts/Noto_Sans/NotoSans-Thin.ttf
weight: 100
- asset: assets/fonts/Noto_Sans/NotoSans-Thin.otf
weight: 100
- asset: assets/fonts/Noto_Sans/NotoSans-ThinItalic.ttf
weight: 100
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Noto_Sans/NotoSans-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-Light.ttf
weight: 300
- asset: assets/fonts/Noto_Sans/NotoSans-Light.otf
weight: 300
- asset: assets/fonts/Noto_Sans/NotoSans-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-Regular.ttf
- asset: assets/fonts/Noto_Sans/NotoSans-Regular.otf
- asset: assets/fonts/Noto_Sans/NotoSans-Italic.ttf
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-Medium.ttf
weight: 500
- asset: assets/fonts/Noto_Sans/NotoSans-Medium.otf
weight: 500
- asset: assets/fonts/Noto_Sans/NotoSans-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-SemiBold.ttf
weight: 600
- asset: assets/fonts/Noto_Sans/NotoSans-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-Bold.ttf
weight: 700
- asset: assets/fonts/Noto_Sans/NotoSans-Bold.otf
weight: 700
- asset: assets/fonts/Noto_Sans/NotoSans-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Noto_Sans/NotoSans-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/Noto_Sans/NotoSans-Black.ttf
weight: 900
- asset: assets/fonts/Noto_Sans/NotoSans-Black.otf
weight: 900
- asset: assets/fonts/Noto_Sans/NotoSans-BlackItalic.ttf
weight: 900
style: italic
flutter_intl:
enabled: true