- Complete rewrite for Dart 3.x:
import 'package:kilobyte/kilobyte.dart';
void main() {
final size = Size(bytes: 1536);
print(size); // 1.50kb
}
- Fixed support for Dart 2.0.0.
- Increase test coverage, fix badges for build/coverage.
- Update
README.md
. - Added a
@literal
annotation to the constructor.
- Initial commit.