FLUTTER ECOSYSTEM

frgmt/flutter-sqlite-viewer

frgmt/flutter-sqlite-viewer open-source repository details.

Projektcover von flutter-sqlite-viewer
Stars
31
Forks
15
Letzter Push (UTC)
19.04.2022
Projektstatus
Aktiv
fragment GitHub avatar
GITHUB User

fragment ↗

FRAGMENT LLCJapanOffizielle Website ↗
SprachenDartRubySwiftKotlinObjective-C

Von diesem Repository veröffentlichte Pakete

Verwendete Abhängigkeiten

Abhängigkeiten 6 Einträge
  • flutter{"sdk":"flutter"}
  • json_table^2.0.1
  • path^1.8.0
  • sqflite^2.0.0+3
  • flutter_testEntwicklung{"sdk":"flutter"}
  • lintEntwicklung^1.5.3

Original-README

Englischer Projektschnappschuss. Aktuelle Inhalte auf GitHub.

Projekt-README ein-/ausklappen

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