-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
60 lines (51 loc) · 1.32 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
name: proxima
description: "A social app that encourages users to visit places in order to see posts."
publish_to: "none"
version: 0.4.3
environment:
sdk: '>=3.3.1 <4.0.0'
flutter: 3.19.3
dependencies:
flutter:
sdk: flutter
hooks_riverpod: ^2.4.10
flutter_hooks: ^0.20.5
nanoid: ^1.0.0
firebase_core: 2.27.1
google_sign_in: ^6.2.1
firebase_auth: ^4.17.9
collection: ^1.18.0
firebase_auth_mocks: ^0.13.0
google_sign_in_mocks: ^0.3.0
cloud_firestore: ^4.15.9
fake_cloud_firestore: ^2.4.8
geoflutterfire_plus: ^0.0.20
geolocator: ^11.0.0
google_fonts: ^6.2.1
google_maps_flutter: ^2.6.1
flutter_svg: ^2.0.10+1
timeago: ^3.6.1
intl: ^0.19.0
flutter_native_splash: ^2.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.0
riverpod_lint: ^2.3.9
test: ^1.24.9
mockito: ^5.4.4
flutter_launcher_icons: "^0.13.1"
flutter:
uses-material-design: true
assets:
- assets/images/
- assets/icons/
- assets/feedback/
# Command to generate the icons: `dart run flutter_launcher_icons`
flutter_launcher_icons:
android: true
image_path: assets/images/proxima_white.png
# Command to generate the splash screen: `dart run flutter_native_splash:create`
flutter_native_splash:
color: "#FFFEFE" # logo background color
image: assets/images/proxima_white.png