-
-
Notifications
You must be signed in to change notification settings - Fork 315
Expand file tree
/
Copy pathpubspec.yaml
More file actions
35 lines (28 loc) · 636 Bytes
/
pubspec.yaml
File metadata and controls
35 lines (28 loc) · 636 Bytes
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
name: chatapp
description: A fully functioning chat app built with Flutter and Firebase.
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
firebase_core: ^3.8.1
firebase_auth: ^5.3.4
cloud_firestore: ^5.6.0
google_sign_in: ^6.2.2
shared_preferences: ^2.3.4
random_string: ^2.3.1
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
flutter:
uses-material-design: true
assets:
- assets/images/
fonts:
- family: OverpassRegular
fonts:
- asset: assets/fonts/overpass_regular.otf