shared_preferences_web 2.0.2 shared_preferences_web: ^2.0.2 copied to clipboard
Web platform implementation of shared_preferences
2.0.2 #
- Add
implements
to pubspec.
2.0.1 #
- Updated installation instructions in README.
- Move tests to
example
directory, so they run as integration_tests withflutter drive
.
2.0.0 #
- Migrate to null-safety.
0.1.2+8 #
- Update Flutter SDK constraint.
0.1.2+7 #
- Removed Android folder from
shared_preferences_web
.
0.1.2+6 #
- Update lower bound of dart dependency to 2.1.0.
0.1.2+5 #
- Declare API stability and compatibility with
1.0.0
(more details at: https://github.com/flutter/flutter/wiki/Package-migration-to-1.0.0).
0.1.2+4 #
- Make the pedantic dev_dependency explicit.
0.1.2+3 #
- Bump gradle version to avoid bugs with android projects
0.1.2+2 #
- Remove unused onMethodCall method.
0.1.2+1 #
- Add an android/ folder with no-op implementation to workaround https://github.com/flutter/flutter/issues/46898.
0.1.2 #
- Bump lower constraint on Flutter version.
- Add stub podspec file.
0.1.1 #
- Adds a
shared_preferences_macos
package.
0.1.0+1 #
- Remove the deprecated
author:
field from pubspec.yaml - Require Flutter SDK 1.10.0 or greater.
0.1.0 #
- Initial release.