sqflite_plus_platform_interface 2.5.0 copy "sqflite_plus_platform_interface: ^2.5.0" to clipboard
sqflite_plus_platform_interface: ^2.5.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_plus_platform_interface

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

dependencies:
  sqflite_plus_platform_interface: ^2.5.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_plus_platform_interface/sqflite_plus_platform_interface.dart';
0
likes
150
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

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

Topics

#sql #database

License

BSD-2-Clause (license)

Dependencies

flutter, meta, platform, plugin_platform_interface, sqflite_plus_common

More

Packages that depend on sqflite_plus_platform_interface