-
Notifications
You must be signed in to change notification settings - Fork 35
/
pubspec.yaml
81 lines (73 loc) · 1.9 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
name: yaru
description: Common flutter widgets useful for building desktop and web applications.
homepage: https://github.com/ubuntu/yaru.dart
issue_tracker: https://github.com/ubuntu/yaru.dart/issues
version: 5.3.2
environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.24.3"
dependencies:
animated_vector: ^0.2.2
animated_vector_annotations: ^0.2.2
assorted_layout_widgets: ^9.0.2
collection: ^1.17.0
dbus: ^0.7.10
flutter:
sdk: flutter
gsettings: ^0.2.8
gtk: ^2.1.0
platform: ^3.1.5
platform_linux: ^0.1.2
yaru_window: ^0.2.1+1
dev_dependencies:
animated_vector_gen: ^0.2.1
build_runner: ^2.4.12
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter
golden_toolkit: ^0.15.0
mocktail: ^1.0.4
plugin_platform_interface: ^2.1.8
test: ^1.21.4
yaru_window_platform_interface: ^0.1.2
flutter:
fonts:
- family: Ubuntu
fonts:
- asset: assets/fonts/Ubuntu-L.ttf
weight: 300
- asset: assets/fonts/Ubuntu-LI.ttf
weight: 300
style: italic
- asset: assets/fonts/Ubuntu-R.ttf
weight: 400
- asset: assets/fonts/Ubuntu-RI.ttf
weight: 400
style: italic
- asset: assets/fonts/Ubuntu-M.ttf
weight: 500
- asset: assets/fonts/Ubuntu-MI.ttf
weight: 500
style: italic
- asset: assets/fonts/Ubuntu-B.ttf
weight: 700
- asset: assets/fonts/Ubuntu-BI.ttf
weight: 700
style: italic
- family: YaruIcons
fonts:
- asset: assets/yaru_icons.otf
icon_font:
input_svg_dir: "assets/icons/"
output_font_file: "assets/yaru_icons.otf"
output_class_file: "lib/src/icons/yaru_icons.dart"
symlink_map_file: "assets/symlinks.json"
class_name: "YaruIcons"
package: yaru
format: false
naming_strategy: "snake"
font_name: "YaruIcons"
normalize: false
ignore_shapes: false
recursive: true
verbose: true