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