webf_sqflite 1.0.1 copy "webf_sqflite: ^1.0.1" to clipboard
webf_sqflite: ^1.0.1 copied to clipboard

WebF SQFlite module for SQLite database operations. Provides persistent local storage with SQL queries, transactions, and batch operations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add webf_sqflite

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

dependencies:
  webf_sqflite: ^1.0.1

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:webf_sqflite/webf_sqflite.dart';
0
likes
115
points
28
downloads

Documentation

API reference

Publisher

verified publisheropenwebf.com

Weekly Downloads

WebF SQFlite module for SQLite database operations. Provides persistent local storage with SQL queries, transactions, and batch operations.

Homepage
Repository (GitHub)
View/report issues

Topics

#webf #sqlite #database #storage #sqflite

License

MIT (license)

Dependencies

flutter, path, sqflite, webf

More

Packages that depend on webf_sqflite