shared_preferences_platform_interface 2.4.1 shared_preferences_platform_interface: ^2.4.1 copied to clipboard
A common platform interface for the shared_preferences plugin.
2.4.1 #
- Adds comments about unsupported types.
2.4.0 #
- Adds
SharedPreferencesAsyncPlatform
API. - Updates minimum supported SDK version to Flutter 3.16/Dart 3.2.
2.3.2 #
- Updates minimum required plugin_platform_interface version to 2.1.7.
- Updates minimum supported SDK version to Flutter 3.10/Dart 3.0.
2.3.1 #
- Adds pub topics to package metadata.
- Updates minimum supported SDK version to Flutter 3.7/Dart 2.19.
2.3.0 #
- Adds
clearWithParameters
andgetAllWithParameters
methods. - Deprecates
clearWithPrefix
andgetAllWithPrefix
methods. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
2.2.0 #
- Adds
getAllWithPrefix
andclearWithPrefix
method. - Aligns Dart and Flutter SDK constraints.
2.1.1 #
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
2.1.0 #
- Adopts
plugin_platform_interface
. As a result,isMock
is deprecated in favor of the now-standardMockPlatformInterfaceMixin
.
2.0.0 #
- Migrate to null safety.
1.0.5 #
- Update Flutter SDK constraint.
1.0.4 #
- Update lower bound of dart dependency to 2.1.0.
1.0.3 #
- Make the pedantic dev_dependency explicit.
1.0.2 #
- Adds a
shared_preferences_macos
package.
1.0.1 #
- Remove the deprecated
author:
field from pubspec.yaml
1.0.0 #
- Initial release. Contains the interface and an implementation based on method channels.