-
Notifications
You must be signed in to change notification settings - Fork 53
Expand file tree
/
Copy pathpubspec.yaml
More file actions
103 lines (90 loc) · 2.18 KB
/
Copy pathpubspec.yaml
File metadata and controls
103 lines (90 loc) · 2.18 KB
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
103
name: magicepaperapp
description: "Magic E-paper Label Customization App"
# Prevent accidental publishing to pub.dev.
publish_to: "none"
version: 1.0.0+1
environment:
sdk: ">=3.3.4 <4.0.0"
flutter: '3.44.4'
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
english_words: ^4.0.0
provider: ^6.1.5+1
shared_preferences: ^2.5.3
# nfc_manager: ^3.5.0
flutter_nfc_kit: ^3.6.0
convert: ^3.1.2
flutter_svg_provider: ^1.0.7
matrix2d: ^1.0.4
image: ^4.7.2
image_picker: ^1.2.1
image_cropper: ^11.0.0
app_settings: ^7.0.0
fluttertoast: ^9.0.0
gal: ^2.3.1
file_saver: ^0.3.1
bot_toast: ^4.1.3
media_kit: ^1.2.6
url_launcher: ^6.3.1
google_fonts: ^7.0.0
file_picker: ^10.3.8
flutter_colorpicker: ^1.1.0
mime: ^2.0.0
mobile_scanner: ^7.1.4
barcode_widget: ^2.0.4
currency_picker: ^2.0.21
intl: ^0.20.2
path_provider: ^2.0.15
get_it: ^9.2.0
path: ^1.9.1
ndef: ^0.4.0
logger: ^2.4.0
ffi: ^2.2.0
rust_lib_magicepaperapp:
path: rust_builder
flutter_rust_bridge: 2.12.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
integration_test:
sdk: flutter
flutter:
uses-material-design: true
# Enable generation of localized Strings from arb files.
generate: true
assets:
# Add assets from the images directory to the application.
- assets/images/
- assets/images/displays/
- assets/canvas/
- assets/icons/
- assets/card_templates/
# To update changes:
# flutter pub get
# dart run flutter_launcher_icons
flutter_launcher_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/icons/app_icon.png"
adaptive_icon_background: "#e8212d"
adaptive_icon_foreground: "assets/icons/app_icon.png"
adaptive_icon_monochrome: "assets/icons/app_icon.png"
adaptive_icon_foreground_inset: 22
web:
generate: true
image_path: "assets/icons/app_icon.png"
background_color: "#e8212d"
theme_color: "#e8212d"
windows:
generate: true
image_path: "assets/icons/app_icon_desktop.png"
icon_size: 48
macos:
generate: true
image_path: "assets/icons/app_icon_macos.png"