Overview
DartArt
is a collection of useful dart utils for all dart developers.
Features
BinarySize
class, to convert bytes to human readable format
Usage
-
Add the dependency to your
pubspec.yaml
file
Recommend to use command line:With Flutter
flutter pub add dart_art
With Dart
dart pub add dart_art
-
Import library
import 'package:dart_art/dart_art.dart';
-
Use like examples
BinarySize
:var size = BinarySize()..bytesCount = 1024; print(size.displayText); // 1.00 KB
Contributors
Star History
Libraries
- algorithm/text/distance/calculation_options
- algorithm/text/distance/calculators/lcs
- algorithm/text/distance/distance_calculator
- algorithm/text/distance/distance_info
- dart_art
- A lot of useful tools for Dart developers.
- extensions/list_extensions
- units/binary_size
- units/standards/binary_size_convention_standard