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

outdated

A grab-bag of miscellaneous, lightweight utility code for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartbag

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dartbag: ^0.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dartbag/byte_data.dart';
import 'package:dartbag/debug.dart';
import 'package:dartbag/iterables.dart';
import 'package:dartbag/misc.dart';
import 'package:dartbag/parse.dart';
import 'package:dartbag/random.dart';
import 'package:dartbag/readable_numbers.dart';
import 'package:dartbag/timer.dart';
import 'package:dartbag/tty.dart';
5
likes
0
pub points
42%
popularity

Publisher

unverified uploader

A grab-bag of miscellaneous, lightweight utility code for Dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

clock, collection, stack_trace

More

Packages that depend on dartbag