hexdump 0.1.0 copy "hexdump: ^0.1.0" to clipboard
hexdump: ^0.1.0 copied to clipboard

A package to display binary data in a human-readable hexadecimal form.

example/hexdump_example.dart

// ignore_for_file: avoid_print

import 'dart:convert';

import 'package:hexdump/hexdump.dart';

void main() {
  const hexDumpEncoder = HexDumpEncoder(sectionDelimiter: '    ');
  print(utf8.encoder.fuse(hexDumpEncoder).convert('Hello, World!'));
}
2
likes
160
points
23
downloads

Publisher

verified publisherhacker1024.tk

Weekly Downloads

A package to display binary data in a human-readable hexadecimal form.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on hexdump