Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 402 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 402 Bytes

0.3.0

  • Complete rewrite for Dart 3.x:
import 'package:kilobyte/kilobyte.dart';

void main() {
  final size = Size(bytes: 1536);
  print(size); // 1.50kb
}

0.2.0

  • Fixed support for Dart 2.0.0.

0.1.0+2

  • Increase test coverage, fix badges for build/coverage.

0.1.0+1

  • Update README.md.
  • Added a @literal annotation to the constructor.

0.1.0

  • Initial commit.