sqlite_viewer2 2.0.0
sqlite_viewer2: ^2.0.0 copied to clipboard
A Flutter package provides a widget to display the contents of SQLite.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sqlite_viewer2
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sqlite_viewer2: ^2.0.0
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:sqlite_viewer2/sqlite_viewer.dart';
import 'package:sqlite_viewer2/sqlite_viewer_tables.dart';
import 'package:sqlite_viewer2/sqlite_viewer_values.dart';