FLUTTER ECOSYSTEM

frgmt/flutter-sqlite-viewer

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

flutter-sqlite-viewer 專案封面
Stars
31
Forks
15
最近推送(UTC)
2022年4月19日
專案狀態
未封存
fragment GitHub avatar
GITHUB User

fragment ↗

FRAGMENT LLCJapan官方網站 ↗
語言DartRubySwiftKotlinObjective-C

此儲存庫發佈的套件

使用的依賴

依賴清單 6 項
  • flutter{"sdk":"flutter"}
  • json_table^2.0.1
  • path^1.8.0
  • sqflite^2.0.0+3
  • flutter_test開發依賴{"sdk":"flutter"}
  • lint開發依賴^1.5.3

原始 README

以下為英文專案原文快照,最新內容請造訪 GitHub。

展開 / 收合專案 README

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