amoLink / bluetooth_print_plus

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

App crash when trying to search device after exit application #23

Open fikurniawan opened 3 hours ago

fikurniawan commented 3 hours ago

Search device and print works normally, but when application exit with SystemNavigator.pop();. And then start the app again and try to search device again then it suddenly crash. I also try it on sample application and it crash too.
The app works normally again after close manually with swipe the app.

Thank you.

image
amoLink commented 2 hours ago

Show me your code for easy replication

fikurniawan commented 2 hours ago

This is the code from the sample app, i don't change anything just add the exit button.

image