-
Notifications
You must be signed in to change notification settings - Fork 8
/
pubspec.yaml
98 lines (75 loc) · 1.79 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
name: project_template
description: Starting template for 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:
sdk: flutter
flutter_localizations:
sdk: flutter
flutter_web_plugins:
sdk: flutter
#* UI
cached_network_image: ^3.3.0
flash: ^3.1.0
flutter_keyboard_visibility: ^5.4.1
google_fonts: ^6.1.0
#* Icons
flutter_vector_icons: ^2.0.0
#* Firebase
firebase_analytics: ^10.7.2
firebase_core: ^2.24.0
firebase_crashlytics: ^3.4.6
firebase_messaging: ^14.7.6
#* Local notification
awesome_notifications: ^0.8.2
#* Network
dio: ^5.3.4
pretty_dio_logger: ^1.3.1
#* Dart data class
freezed_annotation: ^2.4.1
json_annotation: ^4.8.1
#* Dependency injection
get_it: ^7.6.4
injectable: ^2.3.2
#* State management
bloc_concurrency: ^0.2.2
flutter_bloc: ^8.1.3
flutter_hooks: ^0.20.3
#* Functional programming
fpdart: ^1.1.0
#* Logging
logging: ^1.2.0
#* Routing
auto_route: ^7.8.4
#* Persistent storage
flutter_secure_storage: ^9.0.0
hive_flutter: ^1.1.0
#* Localization
intl: ^0.18.1
#* Date Time util
jiffy: ^6.2.1
dev_dependencies:
flutter_test:
sdk: flutter
#* Code generators
auto_route_generator: ^7.3.2
build_runner: ^2.4.7
flutter_launcher_icons: ^0.13.1
flutter_native_splash: ^2.3.6
freezed: ^2.4.5
injectable_generator: ^2.4.1
json_serializable: ^6.7.1
#* Test
bloc_test: ^9.1.5
mocktail: ^1.0.1
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true