fx_dao 0.0.3+4 copy "fx_dao: ^0.0.3+4" to clipboard
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';
0
likes
130
points
3
downloads

Publisher

verified publishertoly1994.com

Weekly Downloads

flutter sqlite dao, easy to use and upgrade database.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, path, path_provider, sqflite, sqflite_common_ffi, sqflite_common_ffi_web

More

Packages that depend on fx_dao