fx_dao 0.0.3+4
fx_dao: ^0.0.3+4 copied to clipboard
flutter sqlite dao, easy to use and upgrade database.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add fx_dao
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
fx_dao: ^0.0.3+4
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:fx_dao/fx_dao.dart';