-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpubspec.yaml
67 lines (58 loc) · 1.97 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
name: sbb_design_system_mobile
description: The official SBB design system mobile for Flutter.
homepage: https://digital.sbb.ch/de/design-system/mobile/overview/
repository: https://github.com/SchweizerischeBundesbahnen/design_system_flutter
issue_tracker: https://github.com/SchweizerischeBundesbahnen/design_system_flutter/issues
topics: [ icons, theme, design, design-system ]
# set by Github Action
version: 2.2.0 # automatically set by GH Action
environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
flutter:
sdk: flutter
# https://pub.dev/packages/intl
intl: ">=0.18.0 <=0.21.0"
# https://pub.dev/packages/collection
collection: ^1.18.0
dev_dependencies:
flutter_test:
sdk: flutter
# https://pub.dev/packages/flutter_lints
flutter_lints: ^5.0.0
# https://dart.dev/tools/pub/pubspec#platforms
platforms:
android:
ios:
flutter:
assets:
- lib/fonts/
- lib/assets/
- lib/assets/illustrations/dark/
- lib/assets/illustrations/light/
fonts:
- family: SBBWeb
fonts:
- asset: packages/sbb_design_system_mobile/fonts/SBBWeb-Bold.ttf
weight: 700
- asset: packages/sbb_design_system_mobile/fonts/SBBWeb-Roman.ttf
weight: 400
- asset: packages/sbb_design_system_mobile/fonts/SBBWeb-Italic.ttf
weight: 400
style: italic
- asset: packages/sbb_design_system_mobile/fonts/SBBWeb-Light.ttf
weight: 300
- asset: packages/sbb_design_system_mobile/fonts/SBBWeb-Thin.ttf
weight: 200
- asset: packages/sbb_design_system_mobile/fonts/SBBWeb-Ultra-Light.ttf
weight: 100
- family: SBBIconsSmall
fonts:
- asset: packages/sbb_design_system_mobile/fonts/sbb_icons_small.ttf
- family: SBBIconsMedium
fonts:
- asset: packages/sbb_design_system_mobile/fonts/sbb_icons_medium.ttf
- family: SBBIconsLarge
fonts:
- asset: packages/sbb_design_system_mobile/fonts/sbb_icons_large.ttf