-
Notifications
You must be signed in to change notification settings - Fork 116
/
Copy pathpubspec.yaml
60 lines (49 loc) · 1.47 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
name: dashboard_reborn
description: A very sexy Flutter template!
version: 1.1.1+5
environment:
sdk: ">=2.2.2 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.3
easy_dynamic_theme: ^2.2.0
eva_icons_flutter: ^3.0.0
flare_flutter: ^3.0.0
gradient_widgets: ^0.6.0
liquid_swipe: ^2.1.0
url_launcher: ^5.5.0
dev_dependencies:
flutter_launcher_icons: ^0.9.0
flutter_icons:
android: 'launcher_icon'
image_path_android: 'assets/icon/icon-legacy.png'
adaptive_icon_foreground: 'assets/icon/icon-adaptive.png'
adaptive_icon_background: '#fafafa'
ios: true
image_path_ios: 'assets/icon/icon-ios.png'
flutter:
uses-material-design: true
assets:
- assets/credits/
- assets/flare/
- assets/icon/
- assets/music/
fonts:
- family: Rubik
fonts:
- asset: assets/fonts/Rubik/Rubik-Regular.ttf
- asset: assets/fonts/Rubik/Rubik-Medium.ttf
- asset: assets/fonts/Rubik/Rubik-Bold.ttf
- asset: assets/fonts/Rubik/Rubik-Italic.ttf
style: italic
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono/RobotoMono-Regular.ttf
- asset: assets/fonts/RobotoMono/RobotoMono-Medium.ttf
- asset: assets/fonts/RobotoMono/RobotoMono-Bold.ttf
- family: Quicksand
fonts:
- asset: assets/fonts/Quicksand/Quicksand-Regular.ttf
- asset: assets/fonts/Quicksand/Quicksand-Medium.ttf
- asset: assets/fonts/Quicksand/Quicksand-Bold.ttf