This is a simple todo list app built with Flutter, utilizing Clean Architecture for better scalability and maintainability. It uses the BLoC state management pattern to handle state changes and the Isar database for efficient local storage of todo items. The project follows best practices with Flutter lints to ensure code quality and consistency.
- Clean Architecture: Well-structured codebase for future enhancements.
- BLoC State Management: Efficient management of UI state and business logic.
- Isar DB: High-performance local database for persisting todos.
- Flutter Lints: Enforced coding standards and best practices.