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

outdated

A starting point for Dart libraries or applications.

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

Publisher

unverified uploader

Weekly Downloads

A starting point for Dart libraries or applications.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on bottom