sqlite_viewer 1.0.5 copy "sqlite_viewer: ^1.0.5" to clipboard
sqlite_viewer: ^1.0.5 copied to clipboard

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

SQLite Viewer Widget #

GitHub stars GitHub last commit Open Source Love

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

Viewer

๐Ÿ’ป Installation #

In the dependencies: section of your pubspec.yaml, add the following line:

Version

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 #

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

๐Ÿงก Thanks #

37
likes
130
pub points
88%
popularity

Publisher

verified publisherfragment.co.jp

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_viewer