shared_preferences_moretypes

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

shared preferences moretypes

shared_preferences_moretypes #


I wasn't able to save all the datatypes I liked so why not extend it ;)
Datatypes supported: #

String
int
bool
double
Recursive Lists of the above (e.g List<double> List<double<double<double>>> e.t.c)
Recursive Maps of the above (e.g Map<String,String> Map<String,Map<int,String>> e.t.c)

Usage #
save some data
await ExtendedPrefs().dataStore("keyS", "value");
copied to clipboard
load some saved data
await ExtendedPrefs().dataLoad("keyS", "String");
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.

Related Products

More From This Creator