forked from cogwheel0/conduit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpubspec.yaml
More file actions
129 lines (105 loc) · 2.57 KB
/
pubspec.yaml
File metadata and controls
129 lines (105 loc) · 2.57 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
name: conduit
description: Open-source mobile client for Open-WebUI
version: 2.4.1+89
publish_to: 'none'
environment:
sdk: ">=3.8.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# State Management
flutter_riverpod: ^3.0.3
# Navigation
go_router: ^17.0.0
# Network & API
dio: ^5.9.0
http_parser: ^4.0.2
# Storage
flutter_secure_storage: ^10.0.0
hive_ce: ^2.14.0
hive_ce_flutter: ^2.3.2
shared_preferences: ^2.3.2
# UI Components - Markdown Rendering
cached_network_image: ^3.3.1
gpt_markdown: ^1.1.4
flutter_math_fork: ^0.7.2
markdown: ^7.3.0
webview_flutter: ^4.7.0
socket_io_client: ^3.1.2
yaml: ^3.1.2
# Modern Animations
flutter_animate: ^4.5.0
# Platform Features
vad: ^0.0.7+1
speech_to_text: ^7.3.0
record: ^6.1.2
flutter_tts: ^4.2.3
audioplayers: ^6.5.1
image_picker: ^1.2.0
file_picker: ^10.3.7
flutter_image_compress: ^2.1.0
path_provider: ^2.1.4
# Utilities
path: ^1.9.0
uuid: ^4.5.0
crypto: ^3.0.3
package_info_plus: ^9.0.0
url_launcher: ^6.3.0
intl: ^0.20.2
# Icons & Theming
cupertino_icons: ^1.0.8
json_annotation: ^4.9.0
freezed_annotation: ^3.0.0
wakelock_plus: ^1.4.0
share_plus: ^12.0.0
share_handler: ^0.0.19
riverpod_annotation: ^3.0.3
flutter_local_notifications: ^19.4.2
connectivity_plus: ^7.0.0
flutter_cache_manager: ^3.4.1
http: ^1.5.0
flutter_callkit_incoming: ^3.0.0
quick_actions: 1.1.0
flutter_svg: ^2.2.3
html_unescape: ^2.0.0
home_widget: ^0.8.1
flutter_highlight: ^0.7.0
pasteboard: ^0.4.0
super_context_menu: ^0.9.1
super_drag_and_drop: ^0.9.1
# Clipboard functionality is available through flutter/services (part of Flutter SDK)
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
build_runner: ^2.7.1
freezed: ^3.2.0
json_serializable: ^6.11.1
flutter_native_splash: ^2.4.6
riverpod_generator: ^3.0.3
riverpod_lint: ^3.0.3
custom_lint: ^0.8.0
dependency_overrides:
flutter:
uses-material-design: true
generate: true
# Localization
# ARB files live in lib/l10n (configured via l10n.yaml)
assets:
- assets/icons/
- assets/mermaid.min.js
- assets/chartjs.min.js
flutter_native_splash:
# Splash background matches the light theme; `color_dark` handles dark mode.
color: "#FFFFFF"
color_dark: "#0A0A0A"
# Image to display on the splash screen
image: assets/icons/icon.png
# Android specific settings
android_12:
color: "#FFFFFF"
color_dark: "#0A0A0A"
# Web specific settings
web: false