An open API service indexing awesome lists of open source software.

https://github.com/ampless/to_hex_string

A single extension on int to convert it to a proper hex string, since the Dart team stubbornly refuses to add it.
https://github.com/ampless/to_hex_string

Last synced: 4 months ago
JSON representation

A single extension on int to convert it to a proper hex string, since the Dart team stubbornly refuses to add it.

Awesome Lists containing this project

README

          

# to\_hex\_string

A single extension on int to convert it to a proper hex string, since the Dart
team stubbornly refuses to add it.