Skip to content

hex_viewer

Zero-dependency hexadecimal viewer widget for Flutter

Classes

ClassDescription
ByteColorSchemeColor scheme for syntax highlighting different byte types in the hex viewer.
ByteSelectionRepresents a selection of bytes in the hex viewer.
ColumnWidthCalculatorUtility for calculating optimal column width ratios in hex viewer.
HexConfigConfiguration for hex viewer display and behavior.
HexControlsControls panel for hex viewer (grouping, copy, etc.)
HexFormatterFormats binary data as hexadecimal strings
HexHeaderHeader row showing column labels (OFFSET | HEX | ASCII)
HexLineRepresents a single line in the hex viewer
HexRowSingle row in hex viewer displaying one line of data
HexViewerA hexadecimal viewer widget for displaying binary data with advanced features.

Enums

EnumDescription
CopyFormatCopy format options