flutter_ume_kit_shared_preferences_plus 5.0.0 copy "flutter_ume_kit_shared_preferences_plus: ^5.0.0" to clipboard
flutter_ume_kit_shared_preferences_plus: ^5.0.0 copied to clipboard

SharedPreferences viewer and editor kit for flutter_ume. View, edit, search and delete SharedPreferences data.

flutter_ume_kit_shared_preferences_plus #

SharedPreferences viewer and editor kit for flutter_ume.

Features #

  • View all SharedPreferences keys and values
  • Search/filter keys
  • Edit values (String, int, double, bool, List
  • Delete keys
  • Refresh data

Usage #

import 'package:flutter_ume_plus/flutter_ume_plus.dart';
import 'package:flutter_ume_kit_shared_preferences_plus/flutter_ume_kit_shared_preferences_plus.dart';

void main() {
  PluginManager.instance
    ..register(SharedPreferencesPanel());
  
  runApp(
    UMEWidget(
      child: MyApp(),
      enable: true,
    ),
  );
}
0
likes
150
points
179
downloads

Publisher

unverified uploader

Weekly Downloads

SharedPreferences viewer and editor kit for flutter_ume. View, edit, search and delete SharedPreferences data.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_ume_plus, shared_preferences, tuple

More

Packages that depend on flutter_ume_kit_shared_preferences_plus