prefs 3.0.1 prefs: ^3.0.1 copied to clipboard
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.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