webf_sqflite 1.0.1
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_sqfliteThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
webf_sqflite: ^1.0.1Alternatively, 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';