bixolon_printer 0.0.3
bixolon_printer: ^0.0.3 copied to clipboard
A Flutter plugin that provides seamless integration with Bixolon Bluetooth printers using Method Channels. Easily initialize the SDK, connect via Bluetooth, and print images using simple, developer-fr [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bixolon_printerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bixolon_printer: ^0.0.3Alternatively, 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:bixolon_printer/bixolon_printer.dart';