-
-
Notifications
You must be signed in to change notification settings - Fork 75
/
Copy pathpubspec.yaml
79 lines (75 loc) · 2.04 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
name: shadcn_ui
description: shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
version: 0.18.0
homepage: https://flutter-shadcn-ui.mariuti.com
repository: https://github.com/nank1ro/flutter-shadcn-ui
documentation: https://flutter-shadcn-ui.mariuti.com
topics:
- user-interface
- design-system
- shadcn-ui
- material-alternative
environment:
sdk: ^3.0.0
flutter: ">=3.27.0"
dependencies:
collection: ^1.19.0
flutter:
sdk: flutter
flutter_animate: ^4.5.2
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.16
intl: ^0.19.0
lucide_icons_flutter: ^1.2.5
# used by Table
two_dimensional_scrollables: ^0.3.3
universal_image: ^1.0.7
vector_graphics: ^1.1.15
dev_dependencies:
flutter_test:
sdk: flutter
mocktail: ^1.0.4
very_good_analysis: ^7.0.0
flutter:
fonts:
- family: Geist
fonts:
- asset: fonts/Geist-Thin.otf
weight: 100
- asset: fonts/Geist-UltraLight.otf
weight: 200
- asset: fonts/Geist-Light.otf
weight: 300
- asset: fonts/Geist-Regular.otf
weight: 400
- asset: fonts/Geist-Medium.otf
weight: 500
- asset: fonts/Geist-SemiBold.otf
weight: 600
- asset: fonts/Geist-Bold.otf
weight: 700
- asset: fonts/Geist-Black.otf
weight: 800
- asset: fonts/Geist-UltraBlack.otf
weight: 900
- family: GeistMono
fonts:
- asset: fonts/GeistMono-Thin.otf
weight: 100
- asset: fonts/GeistMono-UltraLight.otf
weight: 200
- asset: fonts/GeistMono-Light.otf
weight: 300
- asset: fonts/GeistMono-Regular.otf
weight: 400
- asset: fonts/GeistMono-Medium.otf
weight: 500
- asset: fonts/GeistMono-SemiBold.otf
weight: 600
- asset: fonts/GeistMono-Bold.otf
weight: 700
- asset: fonts/GeistMono-Black.otf
weight: 800
- asset: fonts/GeistMono-UltraBlack.otf
weight: 900