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

https://github.com/samuel310/riverpod_demo2


https://github.com/samuel310/riverpod_demo2

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Riverpod demo

State management using riverpod.

## TODO

1. Create a separate provider which holds all the search history. (shoud save only valid pincodes).
2. last searched pincode should appear at the top of the list.
3. newly created provider should have an option to delete particular search history.
4. newly created Provider should have an option to delete all search history at once.
5. If the pincode is changed from the browser url, the page should be able to load the newly typed url.