Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 495 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 495 Bytes

Simple Todo App (Flutter & Riverpod)

A simple todo app demonstrating local storage with SharedPreferences and state management with Riverpod. Features

Display Todos: View a list of todos.
Add, Update, Delete: Manage todos with basic CRUD operations.
Search Bar: Filter todos by title.
Categorize Per Day: Organize todos by day.

Key Components

TodoItemsNotifier: Manages todo state and syncs with SharedPreferences.
SharedPreferences: Stores todo data persistently.