hex 0.2.0 copy "hex: ^0.2.0" to clipboard
hex: ^0.2.0 copied to clipboard

Easy hexadecimal convertion using dart:convert API.

dart-hex #

Easy hexadecimal encoding and decoding using the dart:convert API.

Usage #

A simple usage example:

import "package:hex/hex.dart";

void main() {
  HEX.encode(const [1, 2, 3]); // "010203"
  HEX.decode("010203"); // [1, 2, 3]
}
33
likes
110
pub points
97%
popularity

Publisher

unverified uploader

Easy hexadecimal convertion using dart:convert API.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on hex