shared_preferences_web 2.4.3
shared_preferences_web: ^2.4.3 copied to clipboard
Web platform implementation of shared_preferences
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shared_preferences_webThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
shared_preferences_web: ^2.4.3Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:shared_preferences_web/shared_preferences_web.dart';