generated from xkaper001/flutter_base
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
58 lines (52 loc) · 1.13 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: typswift
description: Type where you want! You own your data.
publish_to: 'none'
version: 0.1.0
environment:
sdk: '>=3.1.5 <4.0.0'
dependencies:
appflowy_editor: ^2.0.0
flutter:
sdk: flutter
flutter_riverpod: ^2.4.6
gap: ^3.0.1
go_router: ^12.1.1
path_provider: ^2.1.1
shared_preferences: ^2.2.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^3.0.1
flutter_launcher_icons: ^0.13.1
sqflite: ^2.3.0
sqflite_common_ffi: ^2.3.0+4
intl: ^0.18.1
flutter:
uses-material-design: true
assets:
- assets/
- assets/icon/
- assets/images/
fonts:
- family: Relative
fonts:
- asset: assets/fonts/Relative-Medium.ttf
style: normal
weight: 500
- asset: assets/fonts/Relative-Bold.ttf
style: normal
weight: 700
flutter_icons:
image_path: "assets/AppIcon.jpg"
android: true
ios: true
web:
generate: true
image_path: "assets/AppIcon.jpg"
windows:
generate: true
image_path: "assets/Icon/app_icon_128.png"
icon_size: 128
macos:
generate: true
image_path: "assets/Icon/app_icon_128.png"