ninja_basex 1.0.3 copy "ninja_basex: ^1.0.3" to clipboard
ninja_basex: ^1.0.3 copied to clipboard

Convert data to any base (base32, base64, base58, etc) using an alphabet set. Supports disabling padding.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ninja_basex

With Flutter:

 $ flutter pub add ninja_basex

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

dependencies:
  ninja_basex: ^1.0.3

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

Publisher

unverified uploader

Convert data to any base (base32, base64, base58, etc) using an alphabet set. Supports disabling padding.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

More

Packages that depend on ninja_basex