onbackground_shared_prefrences 0.0.1
onbackground_shared_prefrences: ^0.0.1 copied to clipboard
Flutter package for reading and writing simple key-value pairs built on top of shared_prefrences plugin, the benefit is that you can store the data either on background or foreground.
0.0.1 #
- Now you can store data easily either when the app is in onForeground or onBackground using the defiend functions [ from shared_prefrences ] plugin or by using the custom functions this package provide.