-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpubspec.yaml
158 lines (146 loc) · 3.82 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
name: plenty_wallet
version: 2.1.0
publish_to: none
description: Plenty Wallet is a fun, simple, and secure way to create a Tezos account, collect NFTs, and explore the new world of Web3.
environment:
sdk: ">=3.1.0 <4.0.0"
dependencies:
get: ^4.6.5
lottie: ^2.2.0
flutter_lints: ^2.0.1
flutter:
sdk: flutter
flutter_ios_security_suite: ^0.0.2
web3auth_flutter: ^1.3.0
flutter_svg: ^2.0.6
cached_network_image: ^3.3.0
flutter_secure_storage: ^8.0.0
share_plus: ^7.0.2
qr_flutter: ^4.0.0
dartez: 2.0.3
local_auth: ^2.1.2
image_picker: ^0.8.5+3
path_provider: ^2.0.11
http: ^0.13.5
flutter_staggered_grid_view: ^0.6.2
simple_gql: ^1.2.0
url_launcher: ^6.1.6
intl: ^0.18.0
hex: ^0.2.0
shimmer: ^3.0.0
flutter_inappwebview: ^5.8.0
beacon_flutter: ^1.0.9
in_app_review: ^2.0.6
firebase_core: ^2.16.0
firebase_analytics: ^10.5.0
mobile_scanner: ^3.3.0
package_info_plus: ^4.1.0
permission_handler: ^10.2.0
flutter_keyboard_visibility: ^5.4.0
uni_links: ^0.5.1
cast:
git:
url: https://github.com/Jay-Tezsure/flutter_cast.git
ref: master
jovial_svg: ^1.1.9
collection:
instabug_flutter:
onesignal_flutter: ^3.5.0
add_2_calendar: ^2.2.4
crypto: ^3.0.1
modal_bottom_sheet:
# ^3.0.0-pre
path: package/modal_bottom_sheet/modal_bottom_sheet
flutter_phoenix: "^1.0.0"
flutter_widget_from_html_core: ^0.10.0
pull_to_refresh: ^2.0.0
card_swiper: ^2.0.4
pointycastle: ^3.7.3
is_first_run: ^1.0.0
screen_protector: ^1.4.1
hive: ^2.2.3
safe_device:
^1.1.4
# path: packages/modal_bottom_sheet/modal_bottom_sheet
# Firebase
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.13.1
flutter_icons:
android: "ic_launcher"
adaptive_icon_background: "#12003A"
adaptive_icon_foreground: "assets/plenty_wallet_android.png"
image_path: "assets/plenty_wallet_android.png"
min_sdk_android: 26
flutter:
assets:
- assets/
#common
- assets/temp/
- assets/svg/
#home page
- assets/home_page/
- assets/home_page/info_story/
- assets/home_page/svg/
- assets/home_page/images/
- assets/home_page/vca/
- assets/home_page/teztown/
#settings page
- assets/settings_page/
- assets/settings_page/currencies/
- assets/settings_page/svg/
#onboarding page
- assets/onboarding_page/
- assets/onboarding_page/lottie/
#create wallet page
- assets/create_wallet/
- assets/create_wallet/lottie/
#nft page
- assets/nft_page/
- assets/nft_page/svg/
#send page
- assets/send_page/lottie/
- assets/send_page/
- assets/svg/accounts/
- assets/contact_page/
- assets/contact_page/svg/
#profile images
- assets/profile_images/
#empty states images
- assets/empty_states/
#dapp
- assets/dapps/
- assets/dapp_browser/
- assets/transaction/
uses-material-design: true
fonts:
- family: Lato
fonts:
- asset: fonts/Lato-Regular.ttf
- family: Poppins
fonts:
- asset: fonts/poppins/Poppins-Regular.ttf
weight: 400
- asset: fonts/poppins/Poppins-Bold.ttf
weight: 700
- asset: fonts/poppins/Poppins-SemiBold.ttf
weight: 600
- asset: fonts/poppins/Poppins-Medium.ttf
weight: 500
- family: Inter
fonts:
- asset: fonts/Inter-Regular.ttf
weight: 700
- family: Space Grotesk
fonts:
- asset: fonts/space_grotesk/SpaceGrotesk-Bold.ttf
weight: 700
- asset: fonts/space_grotesk/SpaceGrotesk-Light.ttf
weight: 300
- asset: fonts/space_grotesk/SpaceGrotesk-Regular.ttf
weight: 400
- asset: fonts/space_grotesk/SpaceGrotesk-Medium.ttf
weight: 500
- asset: fonts/space_grotesk/SpaceGrotesk-SemiBold.ttf
weight: 600