libsql_dart 0.9.0+0.9.30 copy "libsql_dart: ^0.9.0+0.9.30" to clipboard
libsql_dart: ^0.9.0+0.9.30 copied to clipboard

LibSQL Dart client library to interact with LibSQL/Turso database instance.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libsql_dart

With Flutter:

 $ flutter pub add libsql_dart

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

dependencies:
  libsql_dart: ^0.9.0+0.9.30

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:libsql_dart/libsql_dart.dart';
14
likes
160
points
158
downloads

Documentation

API reference

Publisher

verified publisherandikatanuwijaya.dev

Weekly Downloads

LibSQL Dart client library to interact with LibSQL/Turso database instance.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

code_assets, flutter_rust_bridge, freezed_annotation, hooks, native_toolchain_rust

More

Packages that depend on libsql_dart