-
Notifications
You must be signed in to change notification settings - Fork 1
/
pubspec.yaml
76 lines (61 loc) · 1.43 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
name: unicon
description: Unicon20 companion application
publish_to: 'none'
version: 2.0.3+5
environment:
sdk: ">=2.12.0 <3.0.0"
# need to specify versions ?
# security checks can be done before each release build
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl:
provider:
http:
http_retry:
sqflite:
path:
ical_parser:
git: https://github.com/lpoujade/ical-parser
background_fetch:
flutter_local_notifications:
rflutter_alert:
auto_size_text:
fluttertoast:
html_unescape:
flutter_html:
url_launcher:
flutter_week_view:
cached_network_image:
universe:
git: https://github.com/lpoujade/universe
flutter_cached_pdfview: ^0.4.1
dev_dependencies:
dartdoc:
flutter_launcher_icons:
flutter_test:
sdk: flutter
flutter_lints:
flutter_icons:
android: true
ios: true
image_path_ios: "assets/app_icon_no_alpha.png"
image_path_android: "assets/app_icon.png"
adaptive_icon_foreground: "assets/foreground-432x432.png"
adaptive_icon_background: "assets/background.png"
flutter:
uses-material-design: true
assets:
- res/
- assets/
fonts:
- family: Tahoma
fonts:
- asset: res/font/tahoma.ttf
- family: Futura
fonts:
- asset: res/font/futura/futura.ttf
- asset: res/font/futura/futura-bold.ttf
weight: 700