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

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.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:sql_build_database/sql_build_database.dart';
2
likes
120
pub points
35%
popularity

Publisher

verified publisherdanilocarreiro.com.br

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on sql_build_database