-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
104 lines (90 loc) · 2.08 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
name: myapp
description: A new Flutter project.
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.2.0 <4.0.0"
dependencies:
# FLUTTER
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# HELPER
equatable: ^2.0.5
logger: ^2.2.0
device_info_plus: ^11.1.0
package_info_plus: ^8.1.0
shared_preferences: ^2.2.2
flutter_dotenv: ^5.2.1
environment_config: ^3.1.0
url_launcher: ^6.2.5
formz: ^0.8.0
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
dio: ^5.4.0
connectivity_plus: ^6.0.1
version: ^3.0.2
intl: ^0.19.0
permission_handler: ^11.3.1
share_plus: ^10.1.1
validators: ^3.0.0
http_parser: ^4.0.2
# WIDGET
photo_view: ^0.15.0
modal_bottom_sheet: ^3.0.0-pre
bot_toast: ^4.1.3
flutter_svg: ^2.0.9
shimmer: ^3.0.0
auto_size_text: ^3.0.0
flutter_slidable: ^3.1.0
cached_network_image: ^3.3.1
lottie: ^3.1.0
scrollable_positioned_list: ^0.3.8
webview_flutter: ^4.7.0
# STATE MANAGEMENT
flutter_bloc: ^8.1.5
go_router: ^14.3.0
get_it: ^8.0.2
# FIREBASE
firebase_core: ^3.6.0
firebase_analytics: ^11.3.3
firebase_app_check: ^0.3.1+4
firebase_crashlytics: ^4.1.3
firebase_auth: ^5.3.1
google_sign_in: ^6.2.1
firebase_remote_config: ^5.1.3
firebase_messaging: ^15.1.3
cloud_firestore: ^5.4.4
# flutter_local_notifications: ^12.0.4
# flutter_app_badger: ^1.5.0
# firebase_dynamic_links: ^5.0.8
# flutter_facebook_auth: ^5.0.6
# sign_in_with_apple: ^4.2.0
# uni_links: ^0.5.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.6
freezed: ^2.4.5
json_serializable: ^6.7.1
flutter_gen_runner: ^5.3.2
flutter_gen:
output: lib/gen/
integrations:
flutter_svg: true
lottie: true
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/images/images/
- assets/images/locale/
- assets/lotties/
- assets/svgs/
- .env