rpc_blob 2.3.0 copy "rpc_blob: ^2.3.0" to clipboard
rpc_blob: ^2.3.0 copied to clipboard

Streamed blob storage contract and RPC wiring for rpc_dart (binary/object storage alongside rpc_data).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rpc_blob

With Flutter:

 $ flutter pub add rpc_blob

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

dependencies:
  rpc_blob: ^2.3.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:rpc_blob/rpc_blob.dart';
0
likes
160
points
184
downloads

Documentation

API reference

Publisher

verified publisherrpc.nogipx.dev

Weekly Downloads

Streamed blob storage contract and RPC wiring for rpc_dart (binary/object storage alongside rpc_data).

Homepage
Repository (GitHub)
View/report issues

Topics

#rpc #storage #blob

License

MIT (license)

Dependencies

async, crypto, equatable, meta, rpc_dart

More

Packages that depend on rpc_blob