Flutter Riverpod Todo App
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:
- Clone this repository to your local machine.
git clone https://github.com/IsaiasCuvula/flutter_riverpod_todo_app
- Ensure you have Flutter and Dart installed on your development environment.
- Run
flutter pub get
to fetch and install the required dependencies. - Launch the app on an emulator or physical device using
flutter run
.