Files
lab-app/pubspec.yaml
T
Emre Emir 8bbc9dbff2 Initial commit: DLS - Dental Lab System
- Flutter + PocketBase dental lab management system
- Clinic & lab dashboards, job tracking, patient management
- Product catalog, finance tracking, multi-language support
- AI assistant integration, realtime notifications
- Windows installer (Inno Setup) included
- Developed by kovakyazilim.com
2026-06-11 15:57:31 +03:00

61 lines
1.1 KiB
YAML

name: dls_app
description: DLS — Dental Lab System (Flutter + PocketBase) by kovakyazilim.com
publish_to: none
version: 1.0.0+1
environment:
sdk: ">=3.3.0 <4.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
# Backend
pocketbase: ^0.22.0
# State management
flutter_riverpod: ^2.5.1
riverpod_annotation: ^2.3.5
# Navigation
go_router: ^14.2.7
# File handling
file_picker: ^8.1.2
path_provider: ^2.1.3
http: ^1.2.0
shared_preferences: ^2.3.2
share_plus: ^10.1.4
onesignal_flutter: ^5.2.5
# UI
flutter_svg: ^2.0.10+1
cached_network_image: ^3.3.1
shimmer: ^3.0.0
intl: ^0.20.2
google_fonts: ^6.2.1
flutter_animate: ^4.5.0
# Utilities
freezed_annotation: ^2.4.1
json_annotation: ^4.9.0
equatable: ^2.0.5
uuid: ^4.4.0
shadcn_flutter: ^0.0.47
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.11
freezed: ^2.5.2
json_serializable: ^6.8.0
riverpod_generator: ^2.4.0
drift_dev: ^2.18.0
flutter_lints: ^4.0.0
flutter:
uses-material-design: true