to_hex_string 1.0.0 copy "to_hex_string: ^1.0.0" to clipboard
to_hex_string: ^1.0.0 copied to clipboard

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

example/to_hex_string_example.dart

import 'package:to_hex_string/to_hex_string.dart';

void main() {
  print(1.toHexString());
}
0
likes
130
pub points
50%
popularity

Publisher

verified publisherampless.chrissx.de

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on to_hex_string