sqlite_flutter_pcl 0.0.50 copy "sqlite_flutter_pcl: ^0.0.50" to clipboard
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';
4
likes
120
points
167
downloads

Publisher

unverified uploader

Weekly Downloads

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 easy to work with structured data. With support for data modeling, pagination, and backup functionality, this library enhances your app's data persistence capabilities, allowing developers to focus on building rich user experiences without worrying about underlying database complexities.

Repository (GitHub)

Documentation

Documentation
API reference

License

unknown (license)

Dependencies

flutter, path, path_provider, sqflite, sqflite_common_ffi

More

Packages that depend on sqlite_flutter_pcl