base83 1.0.0 base83: ^1.0.0 copied to clipboard
Base83 encoding and decoding for dart using dart:convert interface.
Base83 encoding and decoding for dart using dart:convert interface.
Getting Started #
In your pubspec.yaml
file add:
dependencies:
base83: any
Then, in your code import and use the package:
import 'package:base83/base83.dart';
final number = base83Decode('00DD');
print(number); // 1092