yjy_tsc_utils 0.0.2 yjy_tsc_utils: ^0.0.2 copied to clipboard
标签打印机 *TSC* 数据转换工具,主要用于将 image 图像转换成标签打印机可识别的字节数组。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add yjy_tsc_utils
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
yjy_tsc_utils: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:yjy_tsc_utils/tsc_utils.dart';