bottom 1.0.0
bottom: ^1.0.0 copied to clipboard
A starting point for Dart libraries or applications.
example/bottom_example.dart
import 'package:bottom/bottom.dart';
void main(List<String> args) {
print(bottom.encode(args.join(' ')));
}