v1.0.5sqlite_viewer
一個 Flutter 套件提供了一個小部件,用於顯示 SQLite 的內容。
37喜歡 126近 30 天下載70Pub 分數
平台暫無資料
frgmt/flutter-sqlite-viewer open-source repository details.
{"sdk":"flutter"}^2.0.1^1.8.0^2.0.0+3{"sdk":"flutter"}^1.5.3以下為英文專案原文快照,最新內容請造訪 GitHub。
GitHub stars GitHub last commit Open Source Love
This Flutter package provides a widget to display the contents of SQLite.
ViewerIn the dependencies: section of your pubspec.yaml, add the following line:
dependencies:
sqlite_viewer: <latest version>
import 'package:sqlite_viewer/sqlite_viewer.dart';
Navigator.push(context, MaterialPageRoute(builder: (_) => DatabaseList()))