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

Prints any Unicode script (Bangla, Arabic, Devanagari, ...) on ESC/POS thermal printers by rasterizing text with dart:ui instead of screenshotting a Flutter widget tree. Renders one bounded line/row a [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add thermal_unicode_print

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

dependencies:
  thermal_unicode_print: ^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:thermal_unicode_print/thermal_unicode_print.dart';
0
likes
150
points
89
downloads

Documentation

API reference

Publisher

verified publisherpritom.me

Weekly Downloads

Prints any Unicode script (Bangla, Arabic, Devanagari, ...) on ESC/POS thermal printers by rasterizing text with dart:ui instead of screenshotting a Flutter widget tree. Renders one bounded line/row at a time, so output size never grows with receipt length.

Repository (GitHub)
View/report issues

Topics

#printing #thermal-printer #bangla #unicode #escpos

License

MIT (license)

Dependencies

esc_pos_utils_plus, flutter, image

More

Packages that depend on thermal_unicode_print