database_inspector 1.0.7 copy "database_inspector: ^1.0.7" to clipboard
database_inspector: ^1.0.7 copied to clipboard

Inspect your database in the Flutter DevTools.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add database_inspector

With Flutter:

 $ flutter pub add database_inspector

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

dependencies:
  database_inspector: ^1.0.7

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:database_inspector/database_inspector.dart';
0
likes
115
points
175
downloads

Publisher

unverified uploader

Weekly Downloads

Inspect your database in the Flutter DevTools.

Repository (GitLab)

Documentation

API reference

License

unknown (license)

Dependencies

drift, meta, web

More

Packages that depend on database_inspector