-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
138 lines (120 loc) · 2.83 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
---
name: travelcrew
description: Travel Crew is a mobile app for friends to share travel plans, organize travel and even create full itineraries together.
version: 3.1.3+85
publish_to: none
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# API
http: ^0.13.6
oauth2_client: ^3.2.1
google_places_flutter: ^2.0.5
geocoding: ^2.1.0
geolocator: ^9.0.1
# Auth
google_sign_in: ^6.1.0
sign_in_with_apple: ^4.1.0
# Data
faker: ^2.0.0
flutter_dotenv: ^5.0.2
grouped_list: ^5.1.2
multiple_stream_builder: ^3.0.2
shared_preferences: ^2.0.15
sticky_grouped_list: ^3.1.0
# Features
add_2_calendar: ^2.2.3
clipboard: ^0.1.3
in_app_review: ^2.0.4
showcaseview: ^2.0.0+1
# Firebase
cloud_firestore: ^4.3.1
cloud_functions: ^4.0.7
# firebase_analytics: ^10.1.0
firebase_auth: ^4.2.4
firebase_core: ^2.4.1
firebase_crashlytics: ^3.0.9
firebase_messaging: ^14.2.1
firebase_performance: ^0.9.0+9
firebase_storage: ^11.0.10
# Images
image_cropper: ^4.0.1
image_picker: ^0.8.7+5
# Notifications
flutter_app_badger: ^1.4.0
flutter_local_notifications: ^14.0.1
fluttertoast: ^8.2.1
notification_permissions: ^0.6.1
# State Management
bloc: ^8.1.1
equatable: ^2.0.3
flutter_bloc: ^8.1.2
get_it: ^7.6.0
observable: ^0.24.0
provider: ^6.0.2
# Self Packaged
flappy_search_bar:
path: packages/flappy_search_bar
# Web
any_link_preview: ^3.0.0
flutter_linkify: ^6.0.0
url_launcher: ^6.1.2
webview_flutter: ^4.2.0
# UI
animated_splash_screen: ^1.3.0
animations: ^2.0.7
auto_size_text: ^3.0.0
cupertino_icons: ^1.0.5
curved_navigation_bar: ^1.0.3
draggable_scrollbar: ^0.1.0
eva_icons_flutter: ^3.1.0
expandable: ^5.0.1
flutter_animation_progress_bar: ^2.1.1
flutter_spinkit: ^5.2.0
modal_bottom_sheet: ^2.0.1
responsive_framework: ^1.0.0
rxdart: ^0.27.5
sizer: ^2.0.15
syncfusion_flutter_gauges: ^21.2.4
# Other
nil: ^1.1.1
cached_network_image: ^3.2.3
intl: ^0.18.0
freezed: ^2.3.5
freezed_annotation: ^2.2.0
json_annotation: ^4.8.1
dev_dependencies:
build_runner: ^2.4.5
flutter_test:
sdk: flutter
json_serializable: ^6.7.0
flutter_intl:
enabled: true
flutter:
generate: true
uses-material-design: true
assets:
- ./.env
- assets/images/
fonts:
- family: Raleway
fonts:
- asset: assets/fonts/Raleway-VariableFont_wght.ttf
- family: Cantata One
fonts:
- asset: assets/fonts/CantataOne-Regular.ttf
- family: RockSalt
fonts:
- asset: assets/fonts/RockSalt-Regular.ttf
- family: Lato Black
fonts:
- asset: assets/fonts/Lato-Black.ttf
- family: Playfair
fonts:
- asset: assets/fonts/PlayfairDisplay-VariableFont_wght.ttf
- asset: assets/fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf
style: italic