-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
65 lines (55 loc) · 1.58 KB
/
pubspec.yaml
File metadata and controls
65 lines (55 loc) · 1.58 KB
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
name: timeline_flutter_ui
description: "A Flutter UI library for Apps developed by TimeLine"
version: 0.1.2
homepage: https://github.com/coderaveHQ/timeline_flutter_ui
environment:
sdk: ^3.9.2
flutter: ">=1.17.0"
dependencies:
flutter:
sdk: flutter
# Notifications
delightful_toast: ^1.1.0
# UI
gap: ^3.0.1
skeletonizer: ^2.1.0+1
# Helpers
collection: ^1.19.1
# Assets
lucide_icons_flutter: ^3.0.7
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
flutter:
uses-material-design: true
fonts:
- family: Switzer
fonts:
- asset: fonts/Switzer-Black.otf
- asset: fonts/Switzer-BlackItalic.otf
style: italic
- asset: fonts/Switzer-Bold.otf
- asset: fonts/Switzer-BoldItalic.otf
style: italic
- asset: fonts/Switzer-Extrabold.otf
- asset: fonts/Switzer-ExtraboldItalic.otf
style: italic
- asset: fonts/Switzer-Extralight.otf
- asset: fonts/Switzer-ExtralightItalic.otf
style: italic
- asset: fonts/Switzer-Italic.otf
style: italic
- asset: fonts/Switzer-Light.otf
- asset: fonts/Switzer-LightItalic.otf
style: italic
- asset: fonts/Switzer-Medium.otf
- asset: fonts/Switzer-MediumItalic.otf
style: italic
- asset: fonts/Switzer-Regular.otf
- asset: fonts/Switzer-Semibold.otf
- asset: fonts/Switzer-SemiboldItalic.otf
style: italic
- asset: fonts/Switzer-Thin.otf
- asset: fonts/Switzer-ThinItalic.otf
style: italic