sqlite_viewer

Creator: coderz1093

Last updated:

Add to Cart

Description:

sqlite viewer

SQLite Viewer Widget #



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

๐Ÿ’ป Installation #
In the dependencies: section of your pubspec.yaml, add the following line:

dependencies:
sqlite_viewer: <latest version>
copied to clipboard
โ” Usage #
Import this class #
import 'package:sqlite_viewer/sqlite_viewer.dart';
copied to clipboard
Just open the page #
Navigator.push(context, MaterialPageRoute(builder: (_) => DatabaseList()))
copied to clipboard
๐Ÿ‘ 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

๐Ÿงก Thanks #

sqflite
json_table

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.