-
Notifications
You must be signed in to change notification settings - Fork 13
/
pubspec.yaml
48 lines (41 loc) · 899 Bytes
/
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
name: quote_generator
description: A new Flutter project.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=2.19.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
go_router: ^6.0.7
flutter_riverpod: ^2.2.0
flutter_screenutil: ^5.6.1
flutter_localizations:
sdk: flutter
intl: ^0.18.0
font_awesome_flutter: ^10.4.0
flex_color_picker: ^3.1.0
sqflite: ^2.2.6
path: ^1.8.2
path_provider: ^2.0.14
share_plus: ^6.3.2
shared_preferences: ^2.1.0
flutter_animate: ^4.1.1+1
equatable: ^2.0.5
dartz: ^0.10.1
uuid: ^3.0.7
image_gallery_saver: ^2.0.2
google_sign_in: ^6.1.4
firebase_auth: ^4.6.3
firebase_core: ^2.14.0
cloud_firestore: ^4.8.1
cached_network_image: ^3.2.3
google_fonts: ^5.1.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.0
build_runner: ^2.3.3
flutter:
generate: true
uses-material-design: true