Zackptg5 / format_bytes

Dart library to format byte amounts in human readable form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Format byte amounts in human readable form.

Usage

A simple usage example:

import 'package:format_bytes/format_bytes.dart';

main() {
  print(format(1024)); // 1 KiB
}

Features and bugs

Please file feature requests and bugs at the issue tracker.

About

Dart library to format byte amounts in human readable form.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Dart 100.0%