dbx 0.0.2+1 copy "dbx: ^0.0.2+1" to clipboard
dbx: ^0.0.2+1 copied to clipboard

A Data Storage Solution, created with simplicity in mind. It is a simple, lightweight, and fast database solution for Flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add dbx

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

dependencies:
  dbx: ^0.0.2+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:dbx/dbx.dart';
3
likes
160
points
22
downloads

Publisher

verified publisherkumpali.com

Weekly Downloads

A Data Storage Solution, created with simplicity in mind. It is a simple, lightweight, and fast database solution for Flutter apps.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

archive, async, encrypt, fixnum, flutter, flutter_secure_storage, path_provider, protobuf

More

Packages that depend on dbx