base16 2.0.2 copy "base16: ^2.0.2" to clipboard
base16: ^2.0.2 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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add base16

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

dependencies:
  base16: ^2.0.2

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:base16/base16.dart';
1
likes
40
pub points
33%
popularity

Publisher

verified publisherdarkandjeweled.com

Simple base16 (hex) encoder. Used to encode bytes to semi-readable String format, e.g. to encode bytes of UUID, ObjectID, etc.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on base16