print_bluetooth_thermal_plus 1.0.0
print_bluetooth_thermal_plus: ^1.0.0 copied to clipboard
Thermal receipt printing (Android, iOS, macOS, Windows). Fork of print_bluetooth_thermal with Android ANR fixes (Bluetooth I/O off the main thread). See README for upstream credit.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add print_bluetooth_thermal_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
print_bluetooth_thermal_plus: ^1.0.0Alternatively, 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:print_bluetooth_thermal_plus/post_code.dart';
import 'package:print_bluetooth_thermal_plus/print_bluetooth_thermal.dart';
import 'package:print_bluetooth_thermal_plus/print_bluetooth_thermal_windows.dart';