windows_usb_printer 0.0.2+4
windows_usb_printer: ^0.0.2+4 copied to clipboard
Windows 平台使用,提供 1. 搜索获取已安装驱动的打印机列表 2. 向指定打印机发送打印内容
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add windows_usb_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
windows_usb_printer: ^0.0.2+4Alternatively, 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:windows_usb_printer/windows_usb_printer.dart';