-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpubspec.yaml
More file actions
106 lines (98 loc) · 2.45 KB
/
pubspec.yaml
File metadata and controls
106 lines (98 loc) · 2.45 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
104
105
106
name: moviestar
description: "A modern privacy-first movie discovery and tracking application."
publish_to: "none"
version: 1.0.3+12
environment:
sdk: ">=3.2.3 <4.0.0"
# To automatically upgrade package dependencies:
#
# `flutter pub upgrade --major-versions`.
#
# To see which dependencies have newer versions available:
#
# `flutter pub outdated`.
#
# (gjw 20250429)
dependencies:
cached_network_image: ^3.3.0
cupertino_icons: ^1.0.2 # An asset repository.
# Database dependencies for local caching
hive: ^2.2.3
hive_flutter: ^1.1.0
flutter:
sdk: flutter
flutter_riverpod: ^3.2.1
flutter_secure_storage: ^10.0.0-beta.4
gap: ^3.0.1
http: ^1.1.0
intl: any
internet_connection_checker_plus: ^2.5.2
markdown_tooltip: ^0.0.8
rdflib: ^0.2.12
rxdart: ^0.28.0
shared_preferences: ^2.2.2
solidpod: ^0.11.0
solidui: ^0.2.0
universal_io: ^2.2.2
url_launcher: ^6.3.1
window_manager: ^0.5.0
dependency_overrides:
rxdart: ^0.28.0
solidpod:
git:
url: https://github.com/anusii/solidpod.git
ref: dev
solidui:
git:
url: https://github.com/anusii/solidui.git
ref: dev
dev_dependencies:
flutter_launcher_icons: ^0.14.2
flutter_lints: ^5.0.0
flutter_test:
sdk: flutter
integration_test:
sdk: flutter
# Database code generation dependencies
build_runner: ^2.4.7
# 20260223 gjw The following dependency results in a conflict
# because test >=1.29.0 depends on analyzer >=8.0.0 <11.0.0 and
# hive_generator >=2.0.1 depends on analyzer >=4.6.0 <7.0.0. Thus
# test >=1.29.0 is incompatible with hive_generator >=2.0.1.
#
# hive_generator: ^2.0.1
import_order_lint: ^0.2.2
comment_lint: ^0.1.0
test: ^1.26.3
ubuntu_lints: ^0.4.0
puppeteer: ^3.19.0 # Browser automation for POD OAuth testing
# OAuth test helper dependencies
crypto: ^3.0.6
asn1lib: ^1.6.5
pointycastle: ^4.0.0
flutter:
assets:
- assets/images/
uses-material-design: true
# Define launcher icons for all platforms (except Linux) so icons for
# the apps can be automatically updated using:
#
# `dart run flutter_launcher_icons`
#
# (gjw 20250429)
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