Skip to content

mitchkoko/todo_bloc_isar

Repository files navigation

TODO App — BLoC + Isar

A TODO app built with clean architecture, BLoC/Cubit state management, and Isar local database for offline-first persistence.

Screenshot

Features

  • Create, complete, and delete todos
  • Offline-first with Isar local database
  • BLoC/Cubit state management
  • Clean architecture with separated data, domain, and presentation layers

Architecture

lib/
├── data/            # Isar models & repository implementation
├── domain/          # Abstract models & repository interface
└── presentation/    # Cubit, pages & UI

Tech Stack

Getting Started

git clone https://github.com/mitchkoko/todo_bloc_isar.git
cd todo_bloc_isar
flutter pub get
flutter run

Tutorial

Watch the full build tutorial: YouTube

License

MIT License - see LICENSE


Created by Mitch Koko

About

TODO app w/ BLoC State Management x ISAR Local Database

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages