-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
57 lines (50 loc) · 1.24 KB
/
pubspec.yaml
File metadata and controls
57 lines (50 loc) · 1.24 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
name: filepod
description: >-
FilePod - A Solid File Browser Application for managing files
on your personal online data store (POD).
publish_to: 'none'
version: 0.1.2+1
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=3.10.0'
# 20250722 gjw To automatically upgrade package dependencies:
#
# flutter pub upgrade --major-versions
#
# To see which dependencies have newer versions available:
#
# flutter pub outdated
dependencies:
flutter:
sdk: flutter
solidui: ^0.3.9
universal_io: ^2.3.1
window_manager: ^0.5.1
dev_dependencies:
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
flutter:
assets:
- assets/images/app_icon.png
- assets/images/app_image.jpg
uses-material-design: true
# 20250429 gjw Define launcher icons for all platforms (except Linux)
# so icons for the apps can be automatically updated using:
#
# `dart run flutter_launcher_icons`
flutter_launcher_icons:
image_path: "assets/images/app_icon.png"
android: true
min_sdk_android: 21
ios: true
remove_alpha_ios: true
background_color_ios: "#ffffff"
macos:
generate: true
web:
generate: true
background_color: "#ffffff"
theme_color: "#ffffff"
windows:
generate: true
icon_size: 48 # min:48, max:256, default: 48