- Add flutter_local_notifications ^21.0.0, timezone ^0.11.0, flutter_timezone ^1.0.8 to pubspec.yaml - Set compileSdk=35, enable core library desugaring in build.gradle.kts - Add POST_NOTIFICATIONS, RECEIVE_BOOT_COMPLETED permissions and boot receivers to AndroidManifest.xml - Create NotificationService singleton with initialize, requestPermission, scheduleDailyNotification, cancelAll - Add getOverdueAndTodayTaskCount and getOverdueTaskCount one-shot queries to DailyPlanDao - Initialize timezone and NotificationService in main.dart before runApp - Add 7 notification-related ARB strings to app_de.arb - All 72 existing tests pass
38 lines
741 B
YAML
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: ^1.0.8
|
|
|
|
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
|