Home
Softono
todo_bloc_isar

todo_bloc_isar

Open source MIT Dart
36
Stars
9
Forks
0
Issues
2
Watchers
2 months
Last Commit

About todo_bloc_isar

TODO app w/ BLoC State Management x ISAR Local Database

Platforms

Web Self-hosted iOS Android

Languages

Dart

Links

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