PRODUCTIVITY · 2024
Food Partner
Cross-platform task management with offline-first sync.
Flutter Web · loads on click
Desktop interactions
Click to add, drag to reorder, keyboard shortcuts for power users.
Mobile interactions
Tap, drag, swipe to organize tasks.
Build details
- Framework: Flutter (Web)
- Platform: Flutter Web · iOS · Android
- Category: productivity
## About
TaskFlow is a cross-platform Flutter app for personal task management.
Built with offline-first sync using Firebase as the backend.
## Replace with a real build
1. Build your Flutter project for web: `flutter build web`.
2. Copy the contents of `build/web/` into `public/apps/task-manager/`.
3. Set `status: "live"` and `buildUrl: "/apps/task-manager/index.html"` in this MDX.
4. Update title, year, and copy.
Flutter web builds run on iOS, Android, and any modern desktop browser.
For apps designed for phone-sized screens, keep `phoneFrame: true` — the
embed renders inside a portrait container that looks native on desktop.