Files
iiEsaywebUIapp/pubspec.yaml

106 lines
2.0 KiB
YAML
Raw Normal View History

2025-08-10 01:20:45 +05:30
name: conduit
description: Open-source mobile client for Open-WebUI
2025-09-09 13:19:56 +05:30
version: 1.1.6+20
2025-08-10 01:20:45 +05:30
publish_to: 'none'
environment:
sdk: ">=3.8.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
2025-08-10 01:20:45 +05:30
# State Management
2025-09-21 22:31:44 +05:30
flutter_riverpod: ^3.0.0
2025-08-10 01:20:45 +05:30
# Navigation
go_router: ^14.2.0
2025-08-10 01:20:45 +05:30
# Network & API
dio: ^5.9.0
2025-08-10 01:20:45 +05:30
http_parser: ^4.0.2
2025-08-19 13:33:31 +05:30
2025-08-10 01:20:45 +05:30
# Storage
flutter_secure_storage: ^9.2.2
shared_preferences: ^2.3.2
# UI Components - Enhanced Markdown
2025-08-20 17:01:46 +05:30
markdown_widget: ^2.3.2+8
flutter_highlight: ^0.7.0
2025-08-10 01:20:45 +05:30
cached_network_image: ^3.3.1
socket_io_client: ^3.1.2
2025-08-31 14:02:44 +05:30
yaml: ^3.1.2
2025-08-10 01:20:45 +05:30
# Modern Animations
flutter_animate: ^4.5.0
# Platform Features
record: ^6.1.1
stts: ^1.2.5
2025-09-21 22:31:44 +05:30
flutter_tts: ^4.2.3
image_picker: ^1.2.0
2025-09-21 22:31:44 +05:30
file_picker: ^10.3.3
path_provider: ^2.1.4
2025-08-10 01:20:45 +05:30
# Utilities
path: ^1.9.0
uuid: ^4.5.0
crypto: ^3.0.3
2025-09-21 22:31:44 +05:30
package_info_plus: ^9.0.0
2025-08-10 01:20:45 +05:30
url_launcher: ^6.3.0
intl: ^0.20.2
2025-08-23 11:54:41 +05:30
2025-08-10 01:20:45 +05:30
# Icons & Theming
cupertino_icons: ^1.0.8
json_annotation: ^4.9.0
2025-08-23 11:54:41 +05:30
freezed_annotation: ^3.0.0
2025-09-21 22:31:44 +05:30
wakelock_plus: ^1.4.0
share_plus: ^12.0.0
share_handler: ^0.0.19
2025-09-28 23:18:24 +05:30
riverpod_annotation: ^3.0.0
2025-08-10 01:20:45 +05:30
# 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
2025-08-10 01:20:45 +05:30
flutter_native_splash: ^2.4.6
2025-09-28 23:18:24 +05:30
riverpod_generator: ^3.0.0
2025-08-10 01:20:45 +05:30
dependency_overrides:
flutter:
uses-material-design: true
generate: true
2025-09-07 12:22:02 +05:30
# Localization
# ARB files live in lib/l10n (configured via l10n.yaml)
2025-08-10 01:20:45 +05:30
assets:
- assets/icons/
flutter_native_splash:
# Splash background matches the light theme; `color_dark` handles dark mode.
color: "#FFFFFF"
color_dark: "#000000"
2025-08-10 01:20:45 +05:30
# Image to display on the splash screen
image: assets/icons/icon.png
# Android specific settings
android_12:
color: "#FFFFFF"
color_dark: "#000000"
2025-08-10 01:20:45 +05:30
# Web specific settings
web: false