bottom 2.1.0 copy "bottom: ^2.1.0" to clipboard
bottom: ^2.1.0 copied to clipboard

Dart library for translating between bottom and human-readable text.

example/bottom_example.dart

import 'package:bottom/bottom.dart';

void main(List<String> args) {
  print(bottom.encode(args.join(' ')));
}
1
likes
130
pub points
14%
popularity

Publisher

unverified uploader

Dart library for translating between bottom and human-readable text.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on bottom