db_lib 0.0.1 copy "db_lib: ^0.0.1" to clipboard
db_lib: ^0.0.1 copied to clipboard

This library will be giving you the singleton direct instance of database which you can use in project directly (compatibility with mobile and web).

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add db_lib

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

dependencies:
  db_lib: ^0.0.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:db_lib/db_lib.dart';
1
likes
110
pub points
0%
popularity

Publisher

unverified uploader

This library will be giving you the singleton direct instance of database which you can use in project directly (compatibility with mobile and web).

Repository (GitLab)
View/report issues

Documentation

API reference

License

AGPL-3.0 (LICENSE)

Dependencies

flutter, idb_shim, path, sqflite

More

Packages that depend on db_lib