sqflite_live 1.0.0 copy "sqflite_live: ^1.0.0" to clipboard
sqflite_live: ^1.0.0 copied to clipboard

Sqflite live server for viewing db data on web-based local server.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqflite_live

With Flutter:

 $ flutter pub add sqflite_live

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  sqflite_live: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sqflite_live/sqflite_live.dart';
4
likes
0
points
46
downloads

Publisher

verified publishernemr.dev

Weekly Downloads

Sqflite live server for viewing db data on web-based local server.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

archive, equatable, flutter, logger, mime, path, path_provider, sqflite

More

Packages that depend on sqflite_live