Jean-Luc Makiola 67da454ac8
All checks were successful
CI / ci (push) Successful in 12m10s
Build and Release to F-Droid / ci (push) Successful in 11m39s
Build and Release to F-Droid / build-and-deploy (push) Successful in 12m30s
fix(test): update future task checkbox test for anytime completion
Phase 11 removed checkbox-disable restrictions so users can complete
tasks on any day. Updated test to expect enabled checkboxes instead
of disabled ones.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-03 22:11:17 +02:00

Household Keeper

Your household, effortlessly organized.

Household Keeper helps you organize and manage your household tasks. Create rooms, assign tasks, set recurring reminders, and keep your home running smoothly.

Features

  • Room Management — Create and organize rooms with drag-and-drop reordering
  • Task Templates — Quickly add common household tasks or create your own
  • Recurring Scheduling — Daily, weekly, monthly, or yearly task recurrence
  • Calendar View — Day-by-day task overview with a floating "Today" button
  • Task History — View past completions for each task
  • Task Sorting — Sort by name, due date, or room with persistent preferences
  • Notifications — Local reminders for due tasks
  • Light & Dark Theme — Follows your system preference
  • Localization — German and English

Screenshots

Tech Stack

  • Flutter (SDK ^3.11.0)
  • Riverpod — State management
  • Drift — Local SQLite database
  • GoRouter — Navigation
  • flutter_local_notifications — Scheduled reminders

Getting Started

# Clone the repo
git clone https://gitea.jeanlucmakiola.de/makiolaj/HouseHoldKeaper.git
cd HouseHoldKeaper

# Install dependencies
flutter pub get

# Generate code (drift, riverpod, l10n)
dart run build_runner build --delete-conflicting-outputs

# Run the app
flutter run

Building

# Debug APK
flutter build apk --debug

# Release APK (requires signing config)
flutter build apk --release

License

MIT — Jean-Luc Makiola, 2026

Description
No description provided
Readme MIT 1.5 MiB
Languages
Dart 100%