base_x 2.0.1 copy "base_x: ^2.0.1" to clipboard
base_x: ^2.0.1 copied to clipboard

Fast base encoding / decoding of any given alphabet dart implementation library.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add base_x

With Flutter:

 $ flutter pub add base_x

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

dependencies:
  base_x: ^2.0.1

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:base_x/base_x.dart';
6
likes
130
pub points
86%
popularity

Publisher

unverified uploader

Fast base encoding / decoding of any given alphabet dart implementation library.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

More

Packages that depend on base_x