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.
- Host: GitHub
- URL: https://github.com/ampless/to_hex_string
- Owner: Ampless
- License: mit
- Created: 2022-06-13T02:05:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T09:31:59.000Z (almost 2 years ago)
- Last Synced: 2025-03-21T02:11:14.427Z (over 1 year ago)
- Language: Dart
- Homepage: https://pub.dev/packages/to_hex_string
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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.