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.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bottom

With Flutter:

 $ flutter pub add bottom

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  bottom: ^2.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:bottom/bottom.dart';
1
likes
160
points
51
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