base16 1.0.1
base16: ^1.0.1 copied to clipboard
Simple base16(hex) encoder. Used to encode bytes to semi-readable String format, e.g. to encode bytes of UUID, ObjectID etc. Why a whole own library? Just to never rewrite what's already written.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add base16This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
base16: ^1.0.1Alternatively, 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:base16/base16.dart';