blovedream_printer 0.1.1
blovedream_printer: ^0.1.1 copied to clipboard
Flutter plugin for Blovedream (BLD) Android terminals with a built-in thermal / label printer. Wraps the OEM android.bld.PrintManager service via reflection.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add blovedream_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
blovedream_printer: ^0.1.1Alternatively, 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:blovedream_printer/blovedream_printer.dart';