v1.0.5sqlite_viewer
A Flutter package provides a widget to display the contents of SQLite.
37Likes 12630-day downloads70Pub points
Platforms unavailable
frgmt/flutter-sqlite-viewer open-source repository details.
{"sdk":"flutter"}^2.0.1^1.8.0^2.0.0+3{"sdk":"flutter"}^1.5.3English project snapshot. Visit GitHub for the latest content.
GitHub stars GitHub last commit Open Source Love
This Flutter package provides a widget to display the contents of SQLite.
ViewerIn the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
sqlite_viewer: <latest version>
import 'package:sqlite_viewer/sqlite_viewer.dart';
Navigator.push(context, MaterialPageRoute(builder: (_) => DatabaseList()))