forked from ZebraDevs/zeta_flutter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (41 loc) · 1.19 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
name: zeta_flutter
version: 0.5.0
description: Zeta is the new, formal, standardized Zebra Design System based off
the successes of ZDS (Zebra Design System). This package is in pre-release,
and so many aspects are incomplete.
homepage: https://github.com/zebradevs/zeta_flutter
repository: https://github.com/zebradevs/zeta_flutter
issue_tracker: https://github.com/zebradevs/zeta_flutter/issues
documentation: https://zeta-ds.web.app/flutter/dartdoc/index.html
platforms:
android:
ios:
macos:
web:
windows:
linux:
environment:
sdk: ">=3.2.0 <4.0.0"
flutter: ">=3.16.0"
dependencies:
flutter:
sdk: flutter
dev_dependencies:
zds_analysis: ^1.0.0
flutter:
fonts:
- family: IBMPlexSans
fonts:
- asset: lib/src/assets/fonts/IBMPlexSans-Light.otf
weight: 300
- asset: lib/src/assets/fonts/IBMPlexSans-Regular.otf
weight: 400
- asset: lib/src/assets/fonts/IBMPlexSans-Medium.otf
weight: 500
- family: zeta-icons-round
fonts:
- asset: lib/src/assets/fonts/zeta-icons-round.ttf
- family: zeta-icons-sharp
fonts:
- asset: lib/src/assets/fonts/zeta-icons-sharp.ttf
uses-material-design: true