printly 0.3.0 copy "printly: ^0.3.0" to clipboard
printly: ^0.3.0 copied to clipboard

Thermal printer SDK for Flutter. Bluetooth Classic + BLE, ESC/POS receipts (text, barcode, QR), and Turkish that prints even on printers that ignore code pages.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add printly

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

dependencies:
  printly: ^0.3.0

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:printly/printly.dart';
1
likes
160
points
210
downloads

Documentation

API reference

Publisher

verified publishererenkirkil.com

Weekly Downloads

Thermal printer SDK for Flutter. Bluetooth Classic + BLE, ESC/POS receipts (text, barcode, QR), and Turkish that prints even on printers that ignore code pages.

Repository (GitHub)
View/report issues
Contributing

Topics

#printer #thermal-printer #escpos #bluetooth #turkish

License

MIT (license)

Dependencies

esc_pos_utils_plus, flutter, permission_handler, plugin_platform_interface, rxdart, shared_preferences

More

Packages that depend on printly

Packages that implement printly