fig_database_linker 0.2.19 fig_database_linker: ^0.2.19 copied to clipboard
This package is used to link to database with one style,useful and easy.I hope you can like it.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fig_database_linker
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fig_database_linker: ^0.2.19
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:fig_database_linker/fig_database_linker.dart';