sqlite_flutter_pcl 0.0.50
sqlite_flutter_pcl: ^0.0.50 copied to clipboard
is a Flutter library that simplifies SQLite database management in your applications. It provides a clean and intuitive API for creating, reading, updating, and deleting database records, making it ea [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add sqlite_flutter_pcl
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
sqlite_flutter_pcl: ^0.0.50
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:sqlite_flutter_pcl/sqlite_flutter_pcl.dart';