Inflimity Todo is a high-performance, aesthetically pleasing task management application built with Flutter. It features a modern dark-themed interface with glassmorphism elements, fluid animations, and a seamless user experience for managing daily tasks.
- 🎨 Modern Aesthetic: A stunning dark theme with vibrant gradients (Purple & Blue) and glassmorphism-inspired UI components.
- 📊 Real-time Progress Tracking: Visualize your productivity with a dynamic progress ring that updates as you complete tasks.
- ⚡ Smart Task Management:
- Quick Add: Easily create tasks with titles and descriptions.
- Priority Levels: Categorize tasks into Low, Medium, and High priority (Low: Green, Medium: Yellow, High: Red).
- Undo Delete: Mistakenly deleted a task? Use the floating "Undo" action to bring it back instantly.
- 🏷️ Advanced Filtering: Quickly switch between All, Active, and Completed views with real-time task counts.
- 🌀 Fluid Animations: Smooth transitions for task completion, deletions, and layout changes.
- Framework: Flutter (3.10.8)
- Language: Dart
- Typography: Google Fonts (Inter)
- Date Format: Intl
Inflimity Todo follows a clean, modular structure for better maintainability:
lib/
├── models/ # Data structures (Todo item, Priority enums)
├── screens/ # Main UI screens (Dashboard, Task creation)
├── widgets/ # Reusable UI components (Todo chips, task tiles)
└── main.dart # App entry point- Flutter SDK installed.
- Android Studio or VS Code with Flutter plugins.
- Clone the repository:
git clone https://github.com/seyimusibau/first_app.git cd first_app - Install dependencies:
flutter pub get
- Run the application:
flutter run
Contributions are welcome! Feel free to open an issue or submit a pull request if you have ideas for improvements or bug fixes.
This project is licensed under the MIT License - see the LICENSE file for details.
Made with ❤️ using Flutter
