sembast_devtools 0.8.1
sembast_devtools: ^0.8.1 copied to clipboard
DevTools for Sembast database - Real-time web interface to visualize and debug your local database during development.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sembast_devtoolsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sembast_devtools: ^0.8.1Alternatively, 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:sembast_devtools/sembast_devtools.dart';