-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
88 lines (63 loc) · 1.96 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
name: etv_app
description: ETV
# The following line prevents the package from being accidentally published to
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.4.0+9
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
auto_route: ^5.0.4
collection: ^1.16.0
http: ^0.13.4
intl: ^0.17.0
url_launcher: ^6.0.15
hive_flutter: ^1.1.0
workmanager: ^0.5.0
cupertino_icons: ^1.0.2
skeleton_loader: ^2.0.0
flutter_font_icons: ^2.0.0
flutter_widget_from_html: ^0.8.2
html: ^0.15.1
flutter_local_notifications: ^9.7.1
dotted_border: ^2.0.0+2
easy_refresh: ^3.0.4+2
dev_dependencies:
flutter_test:
sdk: flutter
auto_route_generator: ^5.0.3
build_runner:
flutter_native_splash: ^2.2.7
# The "flutter_lints" package below contains a set of recommended lints to
# encourage good coding practices. The lint set provided by the package is
# activated in the `analysis_options.yaml` file located at the root of your
# package. See that file for information about deactivating specific lint
# rules and activating additional ones.
flutter_lints: ^2.0.0
# The following section is specific to Flutter.
flutter:
uses-material-design: true
assets:
- assets/etv_schild.png
- assets/0.75x/etv_schild.png
- assets/1x/etv_schild.png
- assets/1.5x/etv_schild.png
- assets/2x/etv_schild.png
- assets/3x/etv_schild.png
- assets/4x/etv_schild.png
- assets/SVG/etv_schild.svg
- assets/etv_background_dark.png
- assets/etv_background_light.png
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Regular.ttf
- asset: assets/fonts/RobotoMono-Medium.ttf
weight: 500
- family: RobotoSlab
fonts:
- asset: assets/fonts/RobotoSlab-Light.ttf
weight: 300
- asset: assets/fonts/RobotoSlab-Regular.ttf