libutil 0.0.3 copy "libutil: ^0.0.3" to clipboard
libutil: ^0.0.3 copied to clipboard

discontinued

Utility package for all inkable applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add libutil

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

dependencies:
  libutil: ^0.0.3

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:libutil/ansi.dart';
import 'package:libutil/communiation.dart';
import 'package:libutil/equality.dart';
import 'package:libutil/logging.dart';
import 'package:libutil/sorted.dart';
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Utility package for all inkable applications.

Homepage

License

GPL-3.0 (LICENSE)

More

Packages that depend on libutil