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

Flutter SDK for Fula decentralized storage with client-side encryption, metadata privacy, and secure sharing.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fula_client

With Flutter:

 $ flutter pub add fula_client

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

dependencies:
  fula_client: ^0.1.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:fula_client/fula_client.dart';
1
likes
0
points
66
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter SDK for Fula decentralized storage with client-side encryption, metadata privacy, and secure sharing.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, flutter_rust_bridge

More

Packages that depend on fula_client

Packages that implement fula_client