Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter Print on Android Built In Printer

May i ask help to use flutter for print in my android built in printer ? I already search in everywhere but not found a clue but i just try use sunmi pos reference but still failed to print.

Thank You

like image 859
Indra Yulianto Avatar asked Mar 12 '26 12:03

Indra Yulianto


1 Answers

Currently, there are packages that you can use for this functionality. Check the following:

  • blue_thermal_printer
  • bluetooth_thermal_printer
  • bluetooth_print
  • esc_pos_utils
  • flutter_sunmi_printer

As mentioned in your post that you've tried to use sunmi pos reference. Try to explore the specific package for it. Also, I suggest to try the more popular package such as esc_pos_bluetooth. Here are some reference with steps on how you can implement it.

  • Printing in Flutter via thermal bleutooth printer
  • Flutter: Adding Thermal Printer
like image 91
MαπμQμαπkγVπ.0 Avatar answered Mar 14 '26 03:03

MαπμQμαπkγVπ.0