shared_preferences_explorer 0.2.0 copy "shared_preferences_explorer: ^0.2.0" to clipboard
shared_preferences_explorer: ^0.2.0 copied to clipboard

A Flutter package for on-screen viewing of shared_preferences. Supports SharedPreferences, SharedPreferencesAsync, and SharedPreferencesWithCache.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shared_preferences_explorer

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  shared_preferences_explorer: ^0.2.0

Alternatively, 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_explorer/shared_preferences_explorer.dart';
5
likes
150
points
143
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

A Flutter package for on-screen viewing of shared_preferences. Supports SharedPreferences, SharedPreferencesAsync, and SharedPreferencesWithCache.

Repository (GitHub)

Topics

#shared-preferences

Documentation

API reference

License

MIT (license)

Dependencies

flutter, shared_preferences

More

Packages that depend on shared_preferences_explorer