hive_dev_tools 0.0.1
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';