kilobyte 0.2.0 copy "kilobyte: ^0.2.0" to clipboard
kilobyte: ^0.2.0 copied to clipboard

Cross-platform human-readable file size.

kilobyte #

pub package Build Status Coverage Status

Cross-platform human-readable file size.

Warning: This is not an official Google or Dart project.

Installation #

dependencies:
  kilobyte: ^0.1.0

Usage #

Use the Size class similar to how you would the Duration class from the core libraries:

final size = new Size(gigabyte: 1, megabytes: 500);
print(size); // 1.50 Gb
0
likes
20
pub points
0%
popularity

Publisher

unverified uploader

Cross-platform human-readable file size.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on kilobyte