sqlview 0.4.0
sqlview: ^0.4.0 copied to clipboard
Sql view widgets for Sqlcool. Auto admin view and infinite list view.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sqlviewThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
sqlview: ^0.4.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:sqlview/sqlview.dart';