vaudb_flutter 0.1.1 copy "vaudb_flutter: ^0.1.1" to clipboard
vaudb_flutter: ^0.1.1 copied to clipboard

Flutter FFI plugin for the VauDB embedded Rust database engine.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add vaudb_flutter

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

dependencies:
  vaudb_flutter: ^0.1.1

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:vaudb_flutter/vaudb.dart';
import 'package:vaudb_flutter/vaudb_flutter_method_channel.dart';
import 'package:vaudb_flutter/vaudb_flutter_platform_interface.dart';
0
likes
140
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter FFI plugin for the VauDB embedded Rust database engine.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

ffi, flutter

More

Packages that depend on vaudb_flutter

Packages that implement vaudb_flutter