https://github.com/samuel310/riverpod_demo2
https://github.com/samuel310/riverpod_demo2
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samuel310/riverpod_demo2
- Owner: Samuel310
- Created: 2023-03-30T23:02:28.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-30T23:03:15.000Z (about 2 years ago)
- Last Synced: 2025-01-23T05:23:37.598Z (4 months ago)
- Language: C++
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.