xc_db_maker 1.1.0 copy "xc_db_maker: ^1.1.0" to clipboard
xc_db_maker: ^1.1.0 copied to clipboard

Flutter Sqlite db bridge, This package is use to create easily an instance of sqlite db and ready to use. Quick and easy to integrate

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add xc_db_maker

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

dependencies:
  xc_db_maker: ^1.1.0

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:xc_db_maker/xc_db_maker.dart';
2
likes
40
pub points
0%
popularity

Publisher

unverified uploader

Flutter Sqlite db bridge, This package is use to create easily an instance of sqlite db and ready to use. Quick and easy to integrate

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on xc_db_maker