-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
58 lines (51 loc) · 1.26 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
name: manga_logger
description: "An app to keep track of the manga you have!"
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.5.0
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
http: ^1.2.2
image_picker: ^1.1.2
flutter_barcode_scanner: ^2.0.0
flutter_markdown: ^0.7.3+1
sqflite: ^2.3.3+1
path: ^1.9.0
sqflite_common_ffi: ^2.3.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
flutter_svg: ^2.0.10
flutter_launcher_icons: ^0.13.1
flutter_launcher_icons:
android: "launcher_icon"
ios: true
image_path: "assets/manga_logger.png"
flutter:
uses-material-design: true
assets:
- assets/icons/menu-light.svg
- assets/icons/menu-dark.svg
- assets/icons/profile-light.svg
- assets/icons/profile-dark.svg
- assets/icons/barcode-scan.svg
- assets/privacy-policy.md
fonts:
- family: Poppins
fonts:
- asset: fonts/Poppins-Bold.ttf
weight: 700
- asset: fonts/Poppins-Medium.ttf
weight: 500
- asset: fonts/Poppins-Regular.ttf
weight: 400
- asset: fonts/Poppins-SemiBold.ttf
weight: 600
- family: PermanentMarker
fonts:
- asset: fonts/PermanentMarker-Regular.ttf
weight: 700