forked from MarkOSullivan94/InspireQuoteApp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
54 lines (45 loc) · 1.19 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
name: Inspire
description: An inspirational quote application - built with less than 5kb of dart code
version: 1.0.0+1
environment:
sdk: ">=2.0.0 <3.0.0"
dependencies:
assets_audio_player: ^1.0.1
flare_flutter: 1.3.8
audioplayers: 0.10.1
flutter:
sdk: flutter
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: "^0.7.0"
flutter_icons:
android: true
ios: true
image_path: "assets/f.png"
adaptive_icon_background: "assets/e.png"
adaptive_icon_foreground: "assets/a-small.png"
flutter:
fonts:
- family: z
fonts:
- asset: assets/fonts/NotoSerifJP-Regular.otf
weight: 400
- asset: assets/fonts/NotoSerifJP-Light.otf
weight: 300
- asset: assets/fonts/NotoSerifJP-ExtraLight.otf
weight: 200
- asset: assets/fonts/NotoSerifJP-Medium.otf
weight: 500
- asset: assets/fonts/NotoSerifJP-SemiBold.otf
weight: 600
- asset: assets/fonts/NotoSerifJP-Bold.otf
weight: 700
- asset: assets/fonts/NotoSerifJP-Black.otf
weight: 800
uses-material-design: true
assets:
- assets/
- assets/flare/
- assets/music/
- d.json