-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
63 lines (53 loc) · 1.16 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
name: coodig_mobile
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.18.6 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
get: ^4.6.5
flutter_riverpod: ^2.1.1
equatable: ^2.0.3
http: ^0.13.5
flutter_secure_storage: ^8.0.0
modal_progress_hud_nsn: ^0.3.0
uni_links: ^0.5.0
url_launcher: ^6.1.10
flutter_dotenv: ^5.0.2
crypto: ^3.0.2
flutter_flavor: ^3.1.1
freezed_annotation: ^2.2.0
hooks_riverpod: ^2.3.6
flutter_hooks: ^0.18.6
mockito: ^5.4.0
envied: ^0.3.0+3
shared_preferences: ^2.2.0
flutter_launcher_icons: ^0.13.1
local_auth: ^2.1.6
json_annotation: ^4.8.1
firebase_core: ^2.15.0
firebase_analytics: ^10.4.4
package_info_plus: ^4.1.0
percent_indicator: ^4.2.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner:
freezed:
envied_generator:
json_serializable:
flutter:
uses-material-design: true
assets:
- images/
- .env
flutter_icons:
android: true
ios: true
image_path_android: 'images/android_icon.png'
image_path_ios: 'images/app_icon.png'
adaptive_icon_background: "#ff0000"