Format byte amounts in human readable form.
A simple usage example:
import 'package:format_bytes/format_bytes.dart';
main() {
print(format(1024)); // 1 KiB
}
Please file feature requests and bugs at the issue tracker.
Format byte amounts in human readable form.
A simple usage example:
import 'package:format_bytes/format_bytes.dart';
main() {
print(format(1024)); // 1 KiB
}
Please file feature requests and bugs at the issue tracker.