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()))