sonicdb 0.0.4 copy "sonicdb: ^0.0.4" to clipboard
sonicdb: ^0.0.4 copied to clipboard

PlatformAndroid

SonicDb generator inspired by Room database in android.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sonicdb

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

dependencies:
  sonicdb: ^0.0.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:sonicdb/sonicdb.dart';
0
likes
100
points
54
downloads

Publisher

unverified uploader

Weekly Downloads

SonicDb generator inspired by Room database in android.

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

analyzer, build, built_collection, code_builder, dart_style, flutter, logging, meta, source_gen, tuple

More

Packages that depend on sonicdb

Packages that implement sonicdb