-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpubspec.yaml
138 lines (138 loc) · 3.27 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
name: agoradesk
version: 1.1.39+139
publish_to: none
description: Person-to-person platform to allow anyone to trade their local currency for cryptocurrency.
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
app_links: ^4.0.1
auto_route: ^5.0.1
auto_size_text: ^3.0.0
barcode_scan2: ^4.3.0
cached_network_image: ^3.3.1
collection: ^1.18.0
connectivity_plus: ^5.0.2
convert: ^3.1.1
country_picker: ^2.0.11
cupertino_icons: ^1.0.2
currency_picker: ^2.0.21
decimal: ^2.2.0
device_info_plus: ^9.1.2
dio: ^5.2.1
dots_indicator: ^2.0.0
dropdown_search: ^5.0.6
duration: ^3.0.11
easy_debounce: ^2.0.2
event_bus: ^2.0.0
expandable: ^5.0.1
expansion_tile_card: ^3.0.0
extended_image: ^8.1.0
figma_squircle: ^0.5.3
firebase_core: ^2.28.0
firebase_messaging: ^14.8.0
flutter_app_badger: ^1.5.0
flutter_displaymode: ^0.5.0
flutter_foreground_task: ^6.1.2
flutter_inappwebview: ^6.0.0
flutter_keyboard_size: ^1.0.1
flutter_keyboard_visibility: ^5.2.0
flutter_local_notifications: ^17.0.0
flutter_pin_code_widget: ^0.1.2
flutter_riverpod: ^2.5.1
flutter_screenutil: ^5.0.2
flutter_secure_storage: ^9.0.0
flutter_socks_proxy: ^0.0.3
flutter_svg: ^2.0.4
flutter_verification_code: ^1.1.2+1
freezed_annotation: any
get_it: ^7.2.0
google_api_availability: ^5.0.0
hive: ^2.2.3
hive_flutter: ^1.1.0
image_picker: ^1.0.7
in_app_review: ^2.0.9
injectable: ^2.1.0
insta_image_viewer: ^1.0.4
intl: any
json_annotation: ^4.4.0
local_auth: ^2.1.8
lottie: ^2.3.2
markdown_widget: ^2.3.2+3
overlay_support: ^2.1.0
package_info_plus: ^4.1.0
path_provider: ^2.0.8
percent_indicator: ^4.2.1
permission_handler: ^10.0.0
plausible_analytics: ^0.2.1
provider: ^6.1.1
qr_flutter: ^4.1.0
rating_dialog: ^2.0.3
restart_app: ^1.1.2
riverpod_annotation: ^2.3.5
rxdart: ^0.27.7
sentry_flutter: ^7.5.2
share_plus: ^7.0.0
shared_preferences: ^2.0.15
shimmer: ^2.0.0
sticky_headers: ^0.3.0+2
store_checker: ^1.1.0
timeago: ^3.2.2
# uni_links: ^0.5.1
# uni_links_desktop: ^0.1.7
url_launcher: ^6.0.17
visibility_detector: ^0.4.0
vm: ^1.0.4
flutter:
sdk: flutter
dev_dependencies:
auto_route_generator: any
build_runner: ^2.4.8
custom_lint: any
flutter_lints: ^2.0.1
freezed: ^2.1.0
hive_generator: any
injectable_generator: any
json_serializable: ^6.1.3
mocktail: any
pubspec_dependency_sorter: ^1.0.4
riverpod_generator: ^2.2.0
riverpod_lint: any
flutter_localizations:
sdk: flutter
flutter_test:
sdk: flutter
dependency_overrides:
# expansion_tile_card:
# git:
# url: https://github.com/awaik/expansion_tile_card/
# ref: fix_theme_issue
flutter_socks_proxy:
git:
url: https://github.com/jiangtian616/socks_proxy/
ref: master
flutter:
assets:
- assets/banks/
- assets/flags/
- assets/json/
- assets/branding/
- assets/images/
- assets/misc/
fonts:
-
family: agoraFont
fonts:
-
asset: assets/fonts/agoraFont.ttf
-
family: Roboto
fonts:
-
asset: assets/fonts/Roboto-Medium.ttf
weight: 500
-
asset: assets/fonts/Roboto-Regular.ttf
weight: 400
uses-material-design: true
flutter_intl:
enabled: true