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.

Bottom #

This is a Dart implementation of bottom.

Bottom encodes UTF-8 text into a sequence comprised of bottom emoji (🫂✨🥺❤️, with , sprinkled in for good measure) followed by 👉👈. It can encode any valid UTF-8 — being a bottom transcends language, after all — and decode back into UTF-8.

Usage #

Here's a simple example:

import 'package:bottom/bottom.dart';

void main(List<String> args) {
  print(bottom.encode(args.join(' ')));
}
1
likes
130
pub points
0%
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