dart_ipfs_core 1.11.5 copy "dart_ipfs_core: ^1.11.5" to clipboard
dart_ipfs_core: ^1.11.5 copied to clipboard

Stable core primitives for dart_ipfs (CID, multihash, multibase, block, codecs, crypto).

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_ipfs_core

With Flutter:

 $ flutter pub add dart_ipfs_core

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

dependencies:
  dart_ipfs_core: ^1.11.5

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:dart_ipfs_core/dart_ipfs_core.dart';
0
likes
150
points
501
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Stable core primitives for dart_ipfs (CID, multihash, multibase, block, codecs, crypto).

Repository (GitHub)
View/report issues
Contributing

License

MIT (license)

Dependencies

cbor, collection, convert, crypto, cryptography, dart_multihash, meta, multibase

More

Packages that depend on dart_ipfs_core