shared_preferences 0.3.3 copy "shared_preferences: ^0.3.3" to clipboard
shared_preferences: ^0.3.3 copied to clipboard

outdatedDart 1 only

Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.

0.3.3 #

  • Fixed Dart 2 issues.

0.3.2 #

  • Added an getter that can retrieve values of any type

0.3.1 #

  • Simplified and upgraded Android project template to Android SDK 27.
  • Updated package description.

0.3.0 #

  • Breaking change. Upgraded to Gradle 4.1 and Android Studio Gradle plugin 3.0.1. Older Flutter projects need to upgrade their Gradle setup as well in order to use this version of the plugin. Instructions can be found here.

0.2.6 #

  • Added FLT prefix to iOS types

0.2.5+1 #

  • Aligned author name with rest of repo.

0.2.5 #

  • Fixed crashes when setting null values. They now cause the key to be removed.
  • Added remove() method

0.2.4+1 #

  • Fixed typo in changelog

0.2.4 #

  • Added setMockInitialValues
  • Added a test
  • Updated README

0.2.3 #

  • Suppress warning about unchecked operations when compiling for Android

0.2.2 #

  • BREAKING CHANGE: setStringSet API changed to setStringList and plugin now supports ordered storage.

0.2.1 #

  • Support arbitrary length integers for setInt.

0.2.0+1 #

  • Updated README

0.2.0 #

0.1.1 #

  • Upgrade Android SDK Build Tools to 25.0.3.

0.1.0 #

  • Initial Open Source release.
8915
likes
0
pub points
100%
popularity

Publisher

verified publisherflutter.cn

Flutter plugin for reading and writing simple key-value pairs. Wraps NSUserDefaults on iOS and SharedPreferences on Android.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on shared_preferences