Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abetoluwani/todo-app
- Owner: abetoluwani
- License: mit
- Created: 2024-09-13T06:27:53.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-09-15T18:40:44.000Z (5 months ago)
- Last Synced: 2024-10-07T18:25:58.899Z (4 months ago)
- Topics: flutter, flutterapp, mobile-app, mobile-development, riverpod, todo
- Language: Dart
- Homepage:
- Size: 580 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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```.
![]()
![]()