Login Sign Up

flet-ai-task-manager

Created by @embedenv Updated 1 week, 2 days ago

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

Environment Details

Environment Flet (Flutter Python)
Visibility Public Space
Role viewer

Collaborative Workspace

You can request permission to join this workspace as a collaborator to edit code and develop in real-time.

Join Workspace

Embed Sandbox

Share this sandbox directly inside your blog posts, articles, or documentation by copying the iframe code below.

<iframe src="https://embedenv.com/embedenv/projects/flet-ai-task-manager/?embed=true" width="100%" height="600px" style="border: 1px solid rgba(255,255,255,0.08); border-radius: 12px;"></iframe>
Link copied!