sqlite_viewer2 2.0.0 copy "sqlite_viewer2: ^2.0.0" to clipboard
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';
5
likes
150
points
158
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package provides a widget to display the contents of SQLite.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, json_table, path, sqflite

More

Packages that depend on sqlite_viewer2