Tasks are now managed beautifully and efficiently.
- Auto Route: For efficient and structured navigation within the app.
- Bloc State Management: To handle state changes in a predictable manner by separating UI and business logic, enabling scalability and easier testing.
- Freezed: To manage immutable data classes, ensuring consistency and reducing errors.
- Isar Database: A fast, local NoSQL database used for offline-first storage in Flutter apps.
- Flutter Native Splash: Adds a native splash screen for better user experience by reducing loading time perception.
- Injectable: A code generation package that simplifies dependency injection.
- Localization: Supports multiple languages within the app.
- Shared Preferences: Used for storing simple data like user theme preferences locally on the device.
- Reactive Light/Dark Theme Handling: Dynamically adjusts the app’s theme between light and dark modes based on user preference.
- Search: Fast and Quick search functionality.
- Error Handling: Better error handling using Functional Programming.
You can explore the source code for Akkooo Todo on and follow the progress as new features are added. To download and try out the app, visit .