hachi64 0.1.1
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 hachi64With Flutter:
$ flutter pub add hachi64This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
hachi64: ^0.1.1Alternatively, 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';