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

PlatformAndroid

SonicDb 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.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:sonicdb/sonicdb.dart';
0
likes
120
points
122
downloads

Publisher

unverified uploader

Weekly Downloads

SonicDb inspired by Room database in android.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, sonicdb_generator

More

Packages that depend on sonicdb

Packages that implement sonicdb