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
160
points
47
downloads

Publisher

unverified uploader

Weekly Downloads

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

Homepage

Documentation

API reference

License

MIT (license)

More

Packages that depend on bottom