v1.0.5sqlite_viewer
Flutter 패키지는 SQLite의 내용을 표시하는 위젯을 제공합니다.
37좋아요 12630일 다운로드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()))