Files
HouseHoldKeaper/pubspec.yaml
Jean-Luc Makiola 998f2be87f docs(phase-2): complete context and implementation planning
- Documented comprehensive plan for Phase 2: Rooms and Tasks
- Includes feature scope, requirements, implementation decisions, UI/UX specifics, and scheduling logic
- Updated schema: added Room and Task tables with CRUD and recurrence support
- Added implementation details for room/task templates, cleanliness indicators, and overdue task handling
- Generated Drift schemas for database versioning (v1 → v2) with test coverage
2026-03-16 18:39:00 +01:00

38 lines
741 B
YAML

name: household_keeper
description: "Dein Haushalt, entspannt organisiert."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ^3.11.0
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: any
flutter_riverpod: ^3.3.1
riverpod_annotation: ^4.0.2
drift: ^2.31.0
drift_flutter: ^0.2.8
go_router: ^17.1.0
path_provider: ^2.1.5
shared_preferences: ^2.5.4
flutter_reorderable_grid_view: ^5.6.0
flutter_local_notifications: ^21.0.0
timezone: ^0.11.0
flutter_timezone: ^5.0.2
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^6.0.0
riverpod_generator: ^4.0.3
drift_dev: ^2.31.0
build_runner: ^2.4.0
flutter:
uses-material-design: true
generate: true