hive_dev_tools 0.0.1 copy "hive_dev_tools: ^0.0.1" to clipboard
hive_dev_tools: ^0.0.1 copied to clipboard

Enhances the development workflow by offering real-time previews of hive storage.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hive_dev_tools

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

dependencies:
  hive_dev_tools: ^0.0.1

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:hive_dev_tools/main.dart';
import 'package:hive_dev_tools/services/hive_service.dart';
import 'package:hive_dev_tools/services/service_manager_service.dart';
import 'package:hive_dev_tools/services/vm_service.dart';
import 'package:hive_dev_tools/utils/hive_cache.dart';
import 'package:hive_dev_tools/utils/hive_controller.dart';
import 'package:hive_dev_tools/utils/hive_stateful_widget.dart';
0
likes
50
points
38
downloads

Publisher

unverified uploader

Weekly Downloads

Enhances the development workflow by offering real-time previews of hive storage.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

devtools_app_shared, devtools_extensions, flutter, flutter_localization, flutter_screenutil, get_it, intl, path_provider, vm_service, widgetbook, widgetbook_annotation

More

Packages that depend on hive_dev_tools