hachi64 0.1.1 copy "hachi64: ^0.1.1" to clipboard
hachi64: ^0.1.1 copied to clipboard

哈吉米64 编解码器 - 使用64个中文字符进行 Base64 风格的编码和解码。A Dart implementation of Hachi64, a Base64-style encoding using 64 Chinese characters.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hachi64

With Flutter:

 $ flutter pub add hachi64

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

dependencies:
  hachi64: ^0.1.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:hachi64/hachi64.dart';
0
likes
145
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

哈吉米64 编解码器 - 使用64个中文字符进行 Base64 风格的编码和解码。A Dart implementation of Hachi64, a Base64-style encoding using 64 Chinese characters.

Repository (GitHub)
View/report issues

License

MIT (license)

More

Packages that depend on hachi64