-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
83 lines (65 loc) · 1.52 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
name: fake_commerce_firebase
description: A new Flutter project.
version: 1.0.0+1
environment:
sdk: ">=2.17.0 <3.3.0"
dependencies:
flutter:
sdk: flutter
#state management
bloc: ^8.1.0
flutter_bloc: ^8.1.1
hydrated_bloc: ^9.0.0
#navigation
auto_route: ^5.0.2
#core
equatable: ^2.0.5
#services
algolia: ^1.1.1
#firebase
firebase_core: ^1.21.1
firebase_auth: ^3.7.0
cloud_firestore: ^3.4.6
google_sign_in: ^5.4.1
#data class generation
freezed_annotation: ^2.1.0
json_annotation: ^4.7.0
#dependency injection
get_it: ^7.2.0
#ui
flex_color_scheme: ^5.1.0
carousel_slider: ^4.1.1
font_awesome_flutter: ^10.1.0
#utility
path_provider: ^2.0.11
flutter_dotenv: ^5.0.2
bloc_event_transformers: ^1.0.1
dev_dependencies:
flutter_test:
sdk: flutter
#linter
very_good_analysis: ^3.1.0
#code geneneration
freezed: ^2.1.0+1
json_serializable: ^6.5.1
build_runner: ^2.2.0
auto_route_generator: 5.0.2
flutter:
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- env/
# fonts:
# - family: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages