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
and getAllWithParameters
methods. - Updates minimum supported SDK version to Flutter 3.3/Dart 2.18.
2.2.0
- Adds
getAllWithPrefix
and clearWithPrefix
methods.
2.1.5
- Clarifies explanation of endorsement in README.
- Aligns Dart and Flutter SDK constraints.
2.1.4
- Updates links for the merge of flutter/plugins into flutter/packages.
- Updates minimum Flutter version to 3.0.
2.1.3
- Updates code for stricter lint checks.
2.1.2
- Updates code for stricter lint checks.
- Updates code for
no_leading_underscores_for_local_identifiers
lint. - Updates minimum Flutter version to 2.10.
2.1.1
- Fixes library_private_types_in_public_api, sort_child_properties_last and use_key_in_widget_constructors lint warnings.
2.1.0
- Deprecated
SharedPreferencesWindows.instance
in favor of SharedPreferencesStorePlatform.instance
.
2.0.4
- Removes dependency on
meta
.
2.0.3
- Removed obsolete
pluginClass: none
from pubpsec. - Fixes newly enabled analyzer options.
2.0.2
- Updated installation instructions in README.
2.0.1
- Add
implements
to pubspec.yaml. - Add
registerWith
to the Dart main class.
2.0.0
0.0.2+3
0.0.2+2
- Relax ‘ffi’ version constraint.
0.0.2+1
- Update Flutter SDK constraint.
0.0.2
- Update integration test examples to use
testWidgets
instead of test
.
0.0.1+3
- Remove unused
test
dependency.
0.0.1+2
- Check in windows/ directory for example/
0.0.1+1
- Add iOS stub for compatibility with 1.17 and earlier.
0.0.1
- Initial release to support shared_preferences on Windows.