-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
79 lines (72 loc) · 1.69 KB
/
pubspec.yaml
File metadata and controls
79 lines (72 loc) · 1.69 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
name: geopod
description: "Map interface to Solid Server Data Vault Pods."
publish_to: 'none'
version: 0.1.1+22
environment:
sdk: ^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:
cupertino_icons: ^1.0.8
file_picker: ^10.3.10
file_saver: ^0.3.1
flutter:
sdk: flutter
flutter_colorpicker: ^1.1.0
flutter_map: ^8.2.2
geolocator: ^14.0.2
http: ^1.2.2
intl: ^0.20.1
latlong2: ^0.9.1
pdf: ^3.11.1
shared_preferences: ^2.3.3
solid_auth: ^0.1.28
solidpod: ^0.12.2
solidui: ^0.3.8
url_launcher: ^6.3.1
uuid: ^4.5.1
web: ^1.1.0
window_manager: ^0.5.0
universal_io: any
markdown_widget_builder: ^0.0.10
media_kit: ^1.2.6
media_kit_libs_video: ^1.0.7
media_kit_video: ^2.0.1
path_provider: ^2.1.5
video_player: ^2.9.2
dev_dependencies:
build_runner: ^2.4.7
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
flutter:
assets:
- assets/images/app_icon.png
- assets/images/app_image.png
- assets/audio/
- assets/video/
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