shared_preferences_moretypes 3.0.0 copy "shared_preferences_moretypes: ^3.0.0" to clipboard
shared_preferences_moretypes: ^3.0.0 copied to clipboard

extension of shared prefernces so more variables can be stored easily

shared_preferences_moretypes #

Pub Documentation

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");

load some saved data

await ExtendedPrefs().dataLoad("keyS", "String");
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

extension of shared prefernces so more variables can be stored easily

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

Dependencies

shared_preferences

More

Packages that depend on shared_preferences_moretypes