i m new to Flutter, and basicly i m still learning. I need to create a "print" receipt through a bluetooth printer module. The case is about shop app, i select some items, and it sums the total price. In the end i submitted, and it prints the receipt through bluetooth printer. I ve tried to search some plugin like pauldemarco's flutter_blue, but i still didnt get it how to do the print thing. I m using flutter, and i pull the data from MySQL.
My question is, "How to print a receipt display using bluetooth printer"?
Can anyone provide me some simple explanation, and if i can kindly ask a simple example code for it?
Thanks in advance.