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

Dart bindings for the Sia Storage SDK. Upload, download, and pin objects on the Sia network from Flutter and pure Dart applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sia_storage

With Flutter:

 $ flutter pub add sia_storage

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

dependencies:
  sia_storage: ^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:sia_storage/sia_storage.dart';
1
likes
150
points
111
downloads

Documentation

API reference

Publisher

verified publishersia.storage

Weekly Downloads

Dart bindings for the Sia Storage SDK. Upload, download, and pin objects on the Sia network from Flutter and pure Dart applications.

Repository (GitHub)
View/report issues

Topics

#sia #storage #decentralized #rust #ffi

License

MIT (license)

Dependencies

flutter_rust_bridge, hooks, native_toolchain_rust

More

Packages that depend on sia_storage