hex

Creator: coderz1093

Last updated:

Add to Cart

Description:

hex

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]
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.