-
Notifications
You must be signed in to change notification settings - Fork 4
/
pubspec.yaml
64 lines (59 loc) · 1.56 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
name: zeta_flutter
version: 0.19.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:
collection: ^1.18.0
equatable: ^2.0.5
flutter:
sdk: flutter
flutter_slidable: ^3.1.0
intl: ^0.19.0
mask_text_input_formatter: ^2.9.0
web: ^1.0.0
dev_dependencies:
analyzer: ^6.7.0
build_runner: ^2.4.10
flutter_test:
sdk: flutter
image: ^4.2.0
mockito: ^5.4.4
path: ^1.9.0
zds_analysis: ^1.0.0
flutter:
fonts:
- family: IBMPlexSans
fonts:
- asset: lib/assets/fonts/IBMPlexSans-Light.otf
weight: 300
- asset: lib/assets/fonts/IBMPlexSans-Regular.otf
weight: 400
- asset: lib/assets/fonts/IBMPlexSans-Medium.otf
weight: 500
- family: zeta-icons
fonts:
- asset: lib/generated/icons/zeta-icons-round.ttf
- family: zeta-icons-round
fonts:
- asset: lib/generated/icons/zeta-icons-round.ttf
- family: zeta-icons-sharp
fonts:
- asset: lib/generated/icons/zeta-icons-sharp.ttf
assets:
- lib/assets/flags/
uses-material-design: true