forked from olmps/memo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpubspec.yaml
102 lines (84 loc) · 1.97 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
name: memo
description: An open-source, programming-oriented spaced repetition application.
# The following line prevents the package from being accidentally published to
# pub.dev using `pub publish`. This is preferred for private packages.
publish_to: "none"
version: 0.1.0+0
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
###
# Core
###
meta: ^1.3.0
equatable: ^2.0.0
path: ^1.8.0
path_provider: ^2.0.0
url_launcher: ^6.0.3
package_info: ^2.0.0
###
# Database & Storage
###
sembast: ^3.0.0
uuid: ^3.0.0
###
# State Management
###
flutter_riverpod: ^0.13.0
###
# UI
###
layoutr: ^1.0.0
flutter_hooks: ^0.16.0
hooks_riverpod: ^0.13.0
# Keep dependency locked, as we need it to be the exact same in `memo-editor`
flutter_quill: 1.2.2
dev_dependencies:
flutter_test:
sdk: flutter
###
# Lint
###
strict: ^1.1.0
###
# Testing
###
mocktail: ^0.1.0
###
# Icon auto-generator
###
flutter_launcher_icons: "^0.9.0"
flutter:
# The following line ensures that the Material Icons font is
# included with your application, so that you can use the icons in
# the material Icons class.
uses-material-design: true
assets:
- assets/
- assets/collections/
- assets/images/icons/
- assets/images/illustrations/
- assets/licenses/
fonts:
- family: RobotoMono
fonts:
- asset: assets/fonts/RobotoMono-Thin.ttf
weight: 100
- asset: assets/fonts/RobotoMono-ExtraLight.ttf
weight: 200
- asset: assets/fonts/RobotoMono-Light.ttf
weight: 300
- asset: assets/fonts/RobotoMono-Regular.ttf
weight: 400
- asset: assets/fonts/RobotoMono-Medium.ttf
weight: 500
- asset: assets/fonts/RobotoMono-SemiBold.ttf
weight: 600
- asset: assets/fonts/RobotoMono-Bold.ttf
weight: 700
flutter_icons:
image_path: "assets/icon.png"
android: true
ios: true