-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpubspec.yaml
More file actions
81 lines (73 loc) · 1.76 KB
/
pubspec.yaml
File metadata and controls
81 lines (73 loc) · 1.76 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
name: notepod
description: 'Privacy preserving note taking app using PODs.'
publish_to: 'none'
version: 0.3.11+10
environment:
sdk: '>=3.2.3 <4.0.0'
# To automatically upgrade package dependencies to the latest versions:
#
# flutter pub upgrade --major-versions
#
# To see which dependencies have newer versions available:
#
# flutter pub outdated
dependencies:
crypto: ^3.0.3
cupertino_icons: ^1.0.2 # An asset repository.
encrypter_plus: ^5.1.0
flutter:
sdk: flutter
flutter_form_builder: ^10.0.1
form_builder_validators: ^11.1.2
intl: any
new_loading_indicator: ^1.0.2
markdown_toolbar: ^0.5.0
markdown_tooltip: ^0.0.10
markdown_widget: ^2.3.2+8
rdflib: ^0.2.12
solidpod: ^0.11.0
solidui: ^0.2.0
universal_io: ^2.2.2
window_manager: ^0.5.1
dependency_overrides:
solidpod:
# path: ../solidpod/
git:
url: https://github.com/anusii/solidpod.git
ref: dev
solidui:
# path: ../solidui/
git:
url: https://github.com/anusii/solidui.git
ref: dev
dev_dependencies:
build_runner: ^2.4.14
flutter_launcher_icons: ^0.14.4
flutter_lints: ^6.0.0
flutter:
assets:
- assets/images/
- assets/types/
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 # android min sdk min:16, default 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