-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
54 lines (44 loc) · 1.27 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
name: chatchat
description: A new Flutter chat application.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1
environment:
sdk: ">=2.7.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^0.1.3
provider: ^4.1.3
intl: ^0.16.1
auto_size_text: ^2.1.0
firebase_core: ^0.4.5
cloud_firestore: ^0.13.6
firebase_auth: ^0.16.1
firebase_storage: ^3.1.6
url_launcher: ^5.4.2
image_picker: ^0.6.7+2
firebase_image: ^0.1.6
modal_progress_hud: ^0.1.3
dev_dependencies:
flutter_test:
sdk: flutter
# The following section is specific to Flutter.
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
# To add assets to your application, add an assets section, like this:
assets:
- assets/
fonts:
- family: lato
fonts:
- asset: fonts/Lato-Regular.ttf
- asset: fonts/Lato-Bold.ttf
- asset: fonts/Lato-Black.ttf
- family: ChatChat
fonts:
- asset: fonts/ChatChat.ttf