kakzaki / blue_thermal_printer

Working with thermal printer via bluetooth (Flutter)
MIT License
164 stars 205 forks source link

Error in example app: getBluetoothService() called with no BluetoothManagerCallback #109

Closed HarryAtSaltus closed 2 years ago

HarryAtSaltus commented 2 years ago

In the example app, when I select my bluetooth printer and click the 'Connect' button this error occurs: W/BluetoothAdapter(18987): getBluetoothService() called with no BluetoothManagerCallback

beamlakTadesse commented 2 years ago

did you solve the issue? I am stuck with the same issue.

HarryAtSaltus commented 2 years ago

As far as I know, this issue has not been resolved. I gave up on this package and switched to a package called Printing.

amit-onappr commented 2 years ago

@HarryAtSaltus Is Printing Plugin works for bluetooth?

HarryAtSaltus commented 2 years ago

@amit-onappr Yes, the Printing package prints to my bluetooth printer. Make sure the printer is setup first. Then test it by printing something that is not related to your Flutter project.

kakzaki commented 2 years ago

This thread has been closed since there has not been any recent activity. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.