sqflite_platform_interface 2.4.0 copy "sqflite_platform_interface: ^2.4.0" to clipboard
sqflite_platform_interface: ^2.4.0 copied to clipboard

Flutter plugin interface for SQLite, a self-contained, high-reliability, embedded, SQL database engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqflite_platform_interface

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

dependencies:
  sqflite_platform_interface: ^2.4.0

Alternatively, 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:sqflite_platform_interface/sqflite_platform_interface.dart';
0
likes
160
pub points
86%
popularity

Publisher

verified publishertekartik.com

Flutter plugin interface for SQLite, a self-contained, high-reliability, embedded, SQL database engine.

Repository (GitHub)
View/report issues

Topics

#sql #database

Documentation

API reference

License

BSD-2-Clause (license)

Dependencies

flutter, meta, platform, plugin_platform_interface, sqflite_common

More

Packages that depend on sqflite_platform_interface