Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abetoluwani/todo-app

This is a simple Todo app built using Flutter and Riverpod
https://github.com/abetoluwani/todo-app

flutter flutterapp mobile-app mobile-development riverpod todo

Last synced: about 2 months ago
JSON representation

This is a simple Todo app built using Flutter and Riverpod

Awesome Lists containing this project

README

        

# Flutter Riverpod Todo App

[![Flutter version](https://img.shields.io/badge/flutter-stable-blue?logo=flutter)](https://flutter.dev/docs/development/tools/sdk/releases)
[![License: MIT](https://img.shields.io/badge/license-MIT-purple.svg)](https://opensource.org/licenses/MIT)

This is a simple Todo app built using Flutter and Riverpod, demonstrating how to perform CRUD (Create, Read, Update, Delete) operations in a clean and maintainable way. Riverpod is used as the state management solution for the app, promoting a declarative and efficient approach to handling the application state.

## Getting Started

1. Clone this repository to your local machine.
2. Ensure you have Flutter and Dart installed on your development environment.
3. Run ```flutter pub get``` to fetch and install the required dependencies.
4. Launch the app on an emulator or physical device using ```flutter run```.



Mockup 1

Mockup 2

Mockup 3