wf_flutter_sdk 0.1.3 copy "wf_flutter_sdk: ^0.1.3" to clipboard
wf_flutter_sdk: ^0.1.3 copied to clipboard

A small Flutter package that generates CPCL (printer) commands and produces binary output ready to send to printers. Supports GBK/UTF-8 encodings and bitmap conversion.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add wf_flutter_sdk

With Flutter:

 $ flutter pub add wf_flutter_sdk

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

dependencies:
  wf_flutter_sdk: ^0.1.3

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:wf_flutter_sdk/wf_flutter_sdk.dart';
0
likes
0
points
13
downloads

Documentation

Documentation

Publisher

unverified uploader

Weekly Downloads

A small Flutter package that generates CPCL (printer) commands and produces binary output ready to send to printers. Supports GBK/UTF-8 encodings and bitmap conversion.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

android_usb_printer, ble_plugin, enough_convert, flutter, flutter_spp_bluetooth_serial, image

More

Packages that depend on wf_flutter_sdk