dart_art 0.1.0+1 copy "dart_art: ^0.1.0+1" to clipboard
dart_art: ^0.1.0+1 copied to clipboard

Experience Dart’s coding aesthetics here, which contains lots of useful utils.

banner

Overview #

DartArt is a collection of useful dart utils for all dart developers.

Features #

  • BinarySize class, to convert bytes to human readable format

Usage #

  1. 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
    
  2. Import library

    import 'package:dart_art/dart_art.dart';
    
  3. Use like examples

    BinarySize:

    var size = BinarySize()..bytesCount = 1024;
    
    print(size.displayText); // 1.00 KB
    

Contributors #

Contributors

Star History #

Star History Chart

2
likes
140
pub points
24%
popularity

Publisher

verified publisherdynesshely.top

Experience Dart’s coding aesthetics here, which contains lots of useful utils.

Repository (GitHub)
View/report issues

Documentation

API reference

License

LGPL-2.1 (LICENSE)

More

Packages that depend on dart_art