flet-ai-task-manager
Flet AI Task Manager — Cross-Platform Python App
A complete AI-powered task manager built with Flet — the Flutter-powered Python framework. One Python file generates Android APK, Windows EXE, macOS App, and Web App.
Features
- Smart task cards with title, tag, and priority badge
- Color-coded priorities: HIGH (red), MEDIUM (amber), LOW (green)
- Animated progress ring showing completion percentage
- Tag-based filtering (All, Dev, Design, Work, Personal)
- Add new tasks inline with Enter-to-submit
- Checkbox-based completion toggle with opacity effect
- Dark Flutter Material Design UI
Setup
pip install flet
python main.py
# Run as web app:
flet run --web main.py
# Build Android APK:
flet build apk
Tech Stack
- Python 3.10+
- Flet 0.21+
- Flutter (underlying engine)
Use Cases
- Cross-platform productivity app
- Python mobile app development demo
- Flet/Flutter UI showcase
- AI agent task queue management interface
- Android app without Kotlin/Java knowledge
Link copied!