-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
49 lines (42 loc) · 1.16 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
name: cyber_discovery
description: Never miss a deadline again and keep up with the latest meme culture with the UNOFFICIAL Cyber Discovery App.
dependencies:
flutter:
sdk: flutter
# Firebase
firebase_core: "^0.2.4"
firebase_database: "^1.0.1"
firebase_messaging: "^1.0.2"
firebase_analytics: "^1.0.1"
# Other Dependencies
cached_network_image: "^0.4.1"
flutter_cache_manager: "^0.1.1"
audioplayers: "^0.7.7"
xml: "^3.0.0"
html2md: "^0.2.1"
flutter_markdown: "^0.2.0"
intl: "^0.15.6"
url_launcher: "^3.0.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
# Images
assets:
- assets/images/drawer_head.png
- assets/images/unreleased.png
- assets/images/error_image.png
- assets/images/contributors.png
# Fonts
fonts:
- family: Dosis
fonts:
- asset: fonts/dosis_regular.ttf
style: normal
- asset: fonts/dosis_semibold.ttf
weight: 600