sql_build_database 1.0.2 copy "sql_build_database: ^1.0.2" to clipboard
sql_build_database: ^1.0.2 copied to clipboard

outdated

A new Flutter package to create a database structure simply and quickly.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sql_build_database

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

dependencies:
  sql_build_database: ^1.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:sql_build_database/sql_build_database.dart';
2
likes
0
pub points
30%
popularity

Publisher

verified publisherdanilocarreiro.com.br

A new Flutter package to create a database structure simply and quickly.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on sql_build_database