base62x 0.2.1 copy "base62x: ^0.2.1" to clipboard
base62x: ^0.2.1 copied to clipboard

outdated

Dart implementation of the base62x codec.".

example/example.dart

import 'package:base62x/base62x.dart';

void main() {
  final encodeStr = Base62x.encode('hello,world'); 
  final decodeStr = Base62x.encode('helloxdworldx');

  print('encode result ==> $encodeStr');
  print('decode result ==> $decodeStr');
}
copied to clipboard
1
likes
0
points
179
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.18 - 2025.04.02

Dart implementation of the base62x codec.".

Homepage

License

unknown (license)

More

Packages that depend on base62x