forked from nank1ro/flutter-shadcn-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
52 lines (48 loc) · 1.25 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
name: shadcn_ui
description: shadcn-ui ported in Flutter. Awesome UI components for Flutter, fully customizable.
version: 0.5.5
homepage: https://mariuti.com/shadcn-ui
repository: https://github.com/nank1ro/flutter-shadcn-ui
documentation: https://mariuti.com/shadcn-ui
topics:
- ui
environment:
sdk: ^3.0.0
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
flutter_animate: ^4.5.0
flutter_localizations:
sdk: flutter
flutter_svg: ^2.0.10+1
lucide_icons_flutter: ^1.1.0
# used by Table
two_dimensional_scrollables: ^0.3.1
vector_graphics: ^1.1.11+1
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