Nikhil636 / Attendance-app

MIT License
5 stars 14 forks source link

SharedPreferences service class using riverpod that can been used globally across the application #18

Closed sagnik-sanyal closed 1 year ago

sagnik-sanyal commented 1 year ago

Hello, we can make a SharedPreferences service class using riverpod that can be used to save values to the disk, rather than calling SharedPreferences.getInstance() in each page. I am ready to work on this issue under JWOC so please assign the corresponding labels to this issue

sagnik-sanyal commented 1 year ago

I think this issue is resolved as my PR #21 is merged. Closing the issue