Skip to content

Instantly share code, notes, and snippets.

@PavanGangireddy
Last active December 30, 2021 13:09
Show Gist options
  • Save PavanGangireddy/ab928d02f3b75c7a06d52674713e5949 to your computer and use it in GitHub Desktop.
Save PavanGangireddy/ab928d02f3b75c7a06d52674713e5949 to your computer and use it in GitHub Desktop.
This is a work in progress gist
Basics
At the moment riverpod related official docs are the best way to learn. since the stable version came out very recently
Steps
- Go through official docs
- https://riverpod.dev/docs/getting_started
- Build a counter
- Build a simple todolist
- Use the examples provided by author himself
- https://github.dev/rrousselGit/river_pod/tree/master/examples/
- For more about riverpod, you can go through below repos
- https://github.com/NoScopeDevs/riverpod_samples
Intermediate
Steps
- Build a Marvel app using dio client
- Freezed
- https://developer.school/tutorials/how-to-use-freezed-with-flutter
- https://www.youtube.com/watch?v=ApvMmTrBaFI
- Extensions
- Difference between FutureProvider and stateprovider, stateprovidernotifier
Intermediate +
- Build a Timer app - https://medium.com/flutter-community/flutter-riverpod-tutorial-timer-app-186d04637775
- Build a shopping list using firebase
- https://www.youtube.com/watch?v=vrPk6LB9bjo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment