tsc_utils 0.0.1+2
tsc_utils: ^0.0.1+2 copied to clipboard
标签打印机 *TSC* 数据转换工具,主要用于将 image 图像转换成标签打印机可识别的字节数组。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tsc_utilsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tsc_utils: ^0.0.1+2Alternatively, 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:tsc_utils/tsc_utils.dart';