amoLink / bluetooth_print_plus

A flutter plugin for bluetooth thermal printer support Android & iOS
MIT License
12 stars 4 forks source link

I can't print directly without navigate to new page #18

Closed fikurniawan closed 2 months ago

fikurniawan commented 2 months ago

I just trying a sample code and try to print directly without navigate to FunctionPage, but it doesn't work. Is there a way to do that or my code is wrong?

Thank you

ss_new_issue_bluetooth_print_plus
amoLink commented 2 months ago

You can put a button on this page, connect it, and then write data Do not include it in callback methods

fikurniawan commented 2 months ago

ok, thank you sir, I can print directly now without navigate