bt_thermal_printer 0.0.1 copy "bt_thermal_printer: ^0.0.1" to clipboard
bt_thermal_printer: ^0.0.1 copied to clipboard

The bt_thermal_printer package is a Flutter package designed to facilitate the integration of Bluetooth thermal printers into Flutter applications. It provides functionalities for scanning Bluetooth d [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bt_thermal_printer

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

dependencies:
  bt_thermal_printer: ^0.0.1

Alternatively, 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:bt_thermal_printer/bt_thermal_printer.dart';
0
likes
120
pub points
41%
popularity

Publisher

unverified uploader

The bt_thermal_printer package is a Flutter package designed to facilitate the integration of Bluetooth thermal printers into Flutter applications. It provides functionalities for scanning Bluetooth devices, connecting to printers, and printing receipts or tickets. This package is ideal for developers looking to add thermal printing capabilities to their Flutter apps, such as POS systems, ticketing apps, and receipt printing solutions.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

charset_converter, cupertino_icons, esc_pos_bluetooth, esc_pos_utils, flutter, flutter_blue, flutter_blue_plus, flutter_bluetooth_basic, image, intl, oktoast, path_provider, permission_handler, qr_flutter

More

Packages that depend on bt_thermal_printer