hashdown 1.1.1 copy "hashdown: ^1.1.1" to clipboard
hashdown: ^1.1.1 copied to clipboard

Hashdown is an file/text-to-text encoding scheme designed for safe and compact data sharing

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hashdown

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

dependencies:
  hashdown: ^1.1.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hashdown/hashdown.dart';
2
likes
30
pub points
27%
popularity

Publisher

unverified uploader

Hashdown is an file/text-to-text encoding scheme designed for safe and compact data sharing

Homepage

License

LGPL-3.0 (LICENSE)

Dependencies

base2e15, convert, js

More

Packages that depend on hashdown