bottom 1.0.1
bottom: ^1.0.1 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(' ')));
}