db_lib 0.0.1 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';