-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
98 lines (90 loc) · 2.92 KB
/
Copy pathpubspec.yaml
File metadata and controls
98 lines (90 loc) · 2.92 KB
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
name: ouds_theme_orange
description: 'Orange theme implementation for OUDS, with branding-specific design tokens.'
repository: https://github.com/Orange-OpenSource/ouds-flutter
homepage: https://flutter.unified-design-system.orange.com
version: 2.1.0
environment:
sdk: ^3.9.0
flutter: '>=3.35.0'
resolution: workspace
dependencies:
flutter:
sdk: flutter
# Core
ouds_core: ^2.1.0
# Theme contract
ouds_theme_contract: ^2.1.0
# Global raw token
ouds_global_raw_tokens: ^2.1.0
path_provider: ^2.1.0
http: ^1.6.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
# For information on the generic Dart part of this file, see the
# following page: https://dart.dev/tools/pub/pubspec
# The following section is specific to Flutter packages.
flutter:
fonts:
- family: Roboto
fonts:
- asset: fonts/Roboto-Black.ttf
- asset: fonts/Roboto-Bold.ttf
- asset: fonts/Roboto-Medium.ttf
- asset: fonts/Roboto-Regular.ttf
- asset: fonts/Roboto-Thin.ttf
- family: SFProDisplay
fonts:
- asset: fonts/SF-Pro-Display-Black.otf
- asset: fonts/SF-Pro-Display-Bold.otf
- asset: fonts/SF-Pro-Display-Medium.otf
- asset: fonts/SF-Pro-Display-Regular.otf
- asset: fonts/SF-Pro-Display-Thin.otf
- family: RobotoMono
fonts:
- asset: fonts/RobotoMono.ttf
# To add assets to your package, add an assets section, like this:
assets:
- assets/
- assets/component/alert/
- assets/component/checkbox/
- assets/component/chip/
- assets/component/badge-icon/
- assets/component/bullet-list/
- assets/component/button/
- assets/component/link/
- assets/component/radio-button/
- assets/component/switch/
- assets/component/tag/
- assets/communication/accessibility/
- assets/communication/security-and-safety/
- assets/functional/social-and-engagement/
- assets/functional/settings-and-tools/
- assets/functional/navigation/
# - images/a_dot_ham.jpeg
#
# For details regarding assets in packages, see
# https://flutter.dev/to/asset-from-package
#
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/to/resolution-aware-images
# To add custom fonts to your package, 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: Schyler
# fonts:
# - asset: fonts/Schyler-Regular.ttf
# - asset: fonts/Schyler-Italic.ttf
# style: italic
# - family: Trajan Pro
# fonts:
# - asset: fonts/TrajanPro.ttf
# - asset: fonts/TrajanPro_Bold.ttf
# weight: 700
#
# For details regarding fonts in packages, see
# https://flutter.dev/to/font-from-package