-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
66 lines (62 loc) · 1.73 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
61
62
63
64
65
66
name: epilyon
description: Keeping EPITA students organized
version: 0.1.0+1
environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.4
flutter_svg: ^0.23.0
url_launcher: ^6.0.12
http: ^0.13.4
shared_preferences: ^2.0.8
webview_flutter: ^2.3.0
intl: ^0.17.0
firebase_core: ^1.10.0
firebase_messaging: ^11.1.0
cached_network_image: ^3.1.0
assorted_layout_widgets: ^5.2.1
flutter_markdown: ^0.6.9
dev_dependencies:
flutter_test:
sdk: flutter
flutter:
uses-material-design: true
assets:
- assets/icons/arrow_back.svg
- assets/icons/arrow_drop_down.svg
- assets/icons/arrow_forward.svg
- assets/icons/brightness_3.svg
- assets/icons/build.svg
- assets/icons/check.svg
- assets/icons/check_box.svg
- assets/icons/done_all.svg
- assets/icons/edit.svg
- assets/icons/epilyon.svg
- assets/icons/event_note.svg
- assets/icons/first_page.svg
- assets/icons/format_list_bulleted.svg
- assets/icons/info.svg
- assets/icons/landscape.svg
- assets/icons/last_page.svg
- assets/icons/list.svg
- assets/icons/menu.svg
- assets/icons/navigate_next.svg
- assets/icons/office.svg
- assets/icons/refresh.svg
- assets/icons/remove_circle.svg
- assets/icons/school.svg
- assets/icons/settings.svg
- assets/icons/wb_sunny.svg
- assets/icons/work.svg
- assets/images/login_background.jpg
- assets/images/default_thumb.jpg
fonts:
- family: LatoE
fonts:
- asset: assets/fonts/Lato_SemiBold.ttf
weight: 600
- asset: assets/fonts/Lato_SemiBold_Italic.ttf
weight: 600
style: italic