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