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

discontinued

AnyInspect SharedPreferences Plugin

anyinspect_plugin_shared_preferences #

pub version

Discord


Quick Start #

Please refer to our Quick Start guide to set up AnyInspect.

Installation #

dependencies:
  anyinspect_plugin_shared_preferences: ^0.1.0
copied to clipboard

Usage #

import 'package:anyinspect/anyinspect.dart';
import 'package:anyinspect_plugin_shared_preferences/anyinspect_plugin_shared_preferences.dart';
import 'package:flutter/foundation.dart';

Future<void> main(List<String> args) async {
  if (!kReleaseMode) {
    AnyInspect anyInspect = AnyInspect.instance;
    anyInspect.addPlugin(AnyInspectPluginSharedPreferences());
    anyInspect.start();
  }
  
  // ...
}
copied to clipboard
0
likes
30
points
25
downloads

Publisher

verified publisherlearn-flutter.dev

Weekly Downloads

2024.05.30 - 2025.04.24

AnyInspect SharedPreferences Plugin

Repository (GitHub)

License

MIT (license)

Dependencies

anyinspect_client, shared_preferences

More

Packages that depend on anyinspect_plugin_shared_preferences