sqlite_viewer 0.0.1
sqlite_viewer: ^0.0.1 copied to clipboard
A new flutter plugin project.
Json Table Widget #
This Flutter package provides a SQLite data of your applicaton.

π» Installation #
In the dependencies:
section of your pubspec.yaml
, add the following line:
dependencies:
sqlite_viewer: <latest version>
β Usage #
Import this class #
import 'package:sqlite_viewer/sqlite_viewer.dart';
Just open the page #
Navigator.push(context, MaterialPageRoute(builder: (_) => DatabaseList()))
π Contribution #
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -m 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request