utilities library
Classes
- ByteStream
- Byte stream utility class for decoding.
- ByteUtils
- Utility class to play with raw bytes.
- Version
- Utility class to represent protocol version in NDEF records.
Enums
- Endianness
- Represents the byte order (endianness) for multi-byte values.
Extensions
- BigIntConvert on BigInt
- Extension to convert BigInt to bytes.
- BoolConvert on bool
- Extension to convert bool to int.
- BytesConvert on Uint8List
- Extension to convert Uint8List (Bytes) to other types.
- HexStringConvert on String
- Extension to convert hex String to bytes.
- IntConvert on int
- Extension to convert int to other types.