-
Notifications
You must be signed in to change notification settings - Fork 6
/
pubspec.yaml
106 lines (90 loc) · 2.6 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
name: th_rosenheim
description: Displays customizable timetables as well as cantine information for students of the Rosenheim Technical University of Applied Sciences.
version: 1.0.0+1
environment:
sdk: ">=2.8.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Logging
logger: ^0.9.1
# Network / API Requests
dio: ^3.0.9
dio_http_cache: ^0.2.7
# State management
bloc: ^5.0.0
flutter_bloc: ^5.0.0
# Data models
equatable: ^1.2.2
json_annotation: ^3.0.1
# Html parsing
html: ^0.14.0+3
# Widgets
bubble_bottom_bar: ^1.2.0
md2_tab_indicator: ^1.0.2
flutter_staggered_grid_view: ^0.3.0
auto_size_text: ^2.1.0
photo_view: ^0.9.0
# Internationalisation
intl: ^0.16.1
# Utilities
url_launcher: ^5.5.0
path_provider: ^1.5.1
shared_preferences: ^0.5.8
# Icons
material_design_icons_flutter: ^4.0.5345
# Code Style
effective_dart: ^1.2.3
dev_dependencies:
flutter_test:
sdk: flutter
# Json generation
build_runner: ^1.10.0
json_serializable: ^3.3.0
flutter:
uses-material-design: true
assets:
- assets/lageplan.png
- assets/sleep.png
- assets/logo.png
- assets/license.txt
- assets/additives/
- assets/locale/
# To add assets to your application, add an assets section, like this:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/assets-and-images/#from-packages
# To add custom fonts to your application, add a fonts section here,
# in this "flutter" section. Each entry in this list should have a
# "family" key with the font family name, and a "fonts" key with a
# list giving the asset and other descriptors for the font. For
# example:
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
weight: 400
- family: Rubik
fonts:
- asset: assets/fonts/Rubik-Light.ttf
weight: 300
- asset: assets/fonts/Rubik-Regular.ttf
weight: 400
- asset: assets/fonts/Rubik-Medium.ttf
weight: 500
- asset: assets/fonts/Rubik-Bold.ttf
weight: 700
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts from package dependencies,
# see https://flutter.dev/custom-fonts/#from-packages