shared_preferences_debugger 0.1.0 copy "shared_preferences_debugger: ^0.1.0" to clipboard
shared_preferences_debugger: ^0.1.0 copied to clipboard

This package is designed to simplify the debugging of the shared_preferences plugin package.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add shared_preferences_debugger

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

dependencies:
  shared_preferences_debugger: ^0.1.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_debugger/shared_preferences_debugger.dart';
3
likes
160
points
190
downloads

Publisher

verified publisherhtsuruo.com

Weekly Downloads

This package is designed to simplify the debugging of the shared_preferences plugin package.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

clipboard, flutter, shared_preferences

More

Packages that depend on shared_preferences_debugger