-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
70 lines (60 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
61
62
63
64
65
66
67
68
69
70
name: sly
description: "Friendly image editor"
publish_to: "none"
version: 0.4.0+4
environment:
sdk: ^3.5.0
dependencies:
flutter:
sdk: flutter
window_manager: ^0.4.2
handy_window: ^0.4.0
shared_preferences: ^2.3.2
url_launcher: ^6.3.0
file_selector: ^1.0.3
image_picker: ^1.1.2
gal: ^2.3.0
image: ^4.2.0
crop_image: ^1.0.13
fl_chart: ^0.69.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^4.0.0
msix: ^3.16.8
flutter:
uses-material-design: true
assets:
- assets/
- assets/icons/
- assets/icons/1.5x/
- assets/icons/2.0x/
- assets/icons/3.0x/
- assets/icons/4.0x/
fonts:
- family: Geist
fonts:
- asset: assets/fonts/Geist-Thin.otf
weight: 100
- asset: assets/fonts/Geist-UltraLight.otf
weight: 200
- asset: assets/fonts/Geist-Light.otf
weight: 300
- asset: assets/fonts/Geist-Regular.otf
weight: 400
- asset: assets/fonts/Geist-Medium.otf
weight: 500
- asset: assets/fonts/Geist-SemiBold.otf
weight: 600
- asset: assets/fonts/Geist-Bold.otf
weight: 700
- asset: assets/fonts/Geist-Black.otf
weight: 800
- asset: assets/fonts/Geist-UltraBlack.otf
weight: 900
msix_config:
display_name: Sly
publisher_display_name: kramo
identity_name: page.kramo.Sly
logo_path: .\windows\runner\resources\app_icon.ico
install_certificate: false