prefs 3.1.0 copy "prefs: ^3.1.0" to clipboard
prefs: ^3.1.0 copied to clipboard

outdated

A Library Package that utilizes the plugin, shared_preferences, to store and read an app’s preferences in both the Android and the iOS platform.

3.1.0 #

March 13, 2020

  • Introduced Prefs.containsKey('key_string') method
  • sdk: '>=2.6.0 <3.0.0'

3.0.1 #

Feb. 03, 2020

  • Important Fix Return 'default value' in 'Future' Preference calls. (i.e. Prefs.getStringF())

3.0.0 #

Apr. 23, 2019

  • Breaking Change Make variable, instance, private with _instance to prevent possible memory leak.

2.1.0 #

Apr. 22, 2019

  • static Future

2.0.0 #

Apr. 22, 2019

  • New getter, prefs, for await SharedPreferences.getInstance();
  • getter allows for Hot Reload
  • Upgrade to shared_preferences 0.5.2

1.0.4 #

Mar. 16, 2019

  • Update the homepage field from pubspec.yaml

1.0.3 #

Mar. 15, 2019

  • sdk: '>=2.1.0 <3.0.0'

1.0.2 #

Feb. ‎28, 2019

  • Flutter format homepage: in pubspec.yaml

1.0.1 #

Feb. ‎28, 2019

  • Provide an example and a test

1.0.0 #

Feb. ‎27, 2019

  • ‎Initial Library Package Release

0.2.0 #

Feb. ‎09, ‎2019

  • static Future

0.1.1 #

Dec. ‎24, ‎2018

  • Update README.md

0.1.0 #

Nov. ‎24, ‎2018

  • Update README.md

0.0.1 #

June ‎2, ‎2018

  • Initial Release
15
likes
0
pub points
83%
popularity

Publisher

verified publisherandrioussolutions.com

A Library Package that utilizes the plugin, shared_preferences, to store and read an app’s preferences in both the Android and the iOS platform.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, shared_preferences, shared_preferences_web

More

Packages that depend on prefs