byte_converter 1.3.0
byte_converter: ^1.3.0 copied to clipboard
Provides a simple interface for conversion of Digital values such as Bytes, KiloBytes etc.
Changelog #
1.0.0 #
- Initial version, with base methods.
1.1.0 #
- Implemented various static methods for conversion to and from digital values.
- Implemented properties to make it easier to get different types of digital values for the value which is used to instantiate the ByteConvert instance.
1.2.0 #
- Renamed toHumanReadableString(...) to toHumanReadable(...) to simplify the api.
1.3.0 #
- Upgrade to null safety.