dcid 1.0.0
dcid: ^1.0.0 copied to clipboard
A Dart library for working with Content Identifiers (CIDs) according to the CID specification. Supports CIDv0 and CIDv1, multiple codecs, and hash algorithms.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add dcid
With Flutter:
$ flutter pub add dcid
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
dcid: ^1.0.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:dcid/dcid.dart';