sqlite3_async 1.0.0 copy "sqlite3_async: ^1.0.0" to clipboard
sqlite3_async: ^1.0.0 copied to clipboard

A simple async wrapper on top of sqlite3 package.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sqlite3_async

With Flutter:

 $ flutter pub add sqlite3_async

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

dependencies:
  sqlite3_async: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:sqlite3_async/sqlite3_async.dart';
2
likes
0
pub points
46%
popularity

Publisher

verified publisherhasna.ro

A simple async wrapper on top of sqlite3 package.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, sqlite3

More

Packages that depend on sqlite3_async