sqlite_generator 0.0.2 copy "sqlite_generator: ^0.0.2" to clipboard
sqlite_generator: ^0.0.2 copied to clipboard

Flutter package for generate sqlite database, table, model, class and crud example

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sqlite_generator

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

dependencies:
  sqlite_generator: ^0.0.2

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:sqlite_generator/sqlite_generator.dart';
0
likes
120
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter package for generate sqlite database, table, model, class and crud example

Documentation

API reference

License

MIT (license)

Dependencies

flutter, path, path_provider, sqflite

More

Packages that depend on sqlite_generator