Skip to content

Dart library to format byte amounts in human readable form.

License

Notifications You must be signed in to change notification settings

enfold/format_bytes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 100.0%