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