adan-abdi / todo_concept

Todo App built using flutter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todo_concept

A todo application built using Flutter

Functionality to test

Functionality, user should be able to:

- [ ] Check/Uncheck existing tasks
- [ ] Add new tasks
- [ ] Edit existing tasks

Simple Code Structure

The code is organized in the ./lib folder following best practices easier maintainability. Here's the structure:

- `lib/repositories`: Contains epositories (interfaces for data access).
- `lib/domain`: Holds the BLoC patter in `./bloc`, business logic, entities and stores data models (`./models`)
- `lib/presentation`: Contains UI widgets (TodoList, AddTodoScreen).

About

Todo App built using flutter


Languages

Language:Dart 40.3%Language:C++ 29.7%Language:CMake 24.2%Language:Swift 2.3%Language:C 1.8%Language:HTML 1.5%Language:Kotlin 0.2%Language:Objective-C 0.0%