docdb 0.0.3 copy "docdb: ^0.0.3" to clipboard
docdb: ^0.0.3 copied to clipboard

outdated

A lightweight, SQLite-based document store for Flutter. This package simplifies data storage and retrieval, allowing users to manage documents with key-value pairs and query data using filters, date r [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add docdb

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

dependencies:
  docdb: ^0.0.3

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:docdb/docdb.dart';
2
likes
130
points
31
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight, SQLite-based document store for Flutter. This package simplifies data storage and retrieval, allowing users to manage documents with key-value pairs and query data using filters, date ranges, and ordering. Ideal for small to medium-sized applications.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, sqflite, sqflite_common_ffi

More

Packages that depend on docdb