-
-
Notifications
You must be signed in to change notification settings - Fork 72
/
pubspec.yaml
57 lines (53 loc) · 1.37 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
name: shadcn_ui
description: shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
version: 0.16.3
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.24.0"
dependencies:
collection: ^1.18.0
flutter:
sdk: flutter
flutter_animate: ^4.5.0
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.14
intl: ^0.19.0
lucide_icons_flutter: ^1.1.0
# used by Table
two_dimensional_scrollables: ^0.3.1
vector_graphics: ^1.1.14
dev_dependencies:
flutter_test:
sdk: flutter
very_good_analysis: ^5.1.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