thon-ju / bluetooth_print

a flutter plugin connect to bluetooth thermal printer support both Android and IOS (eg. Gprinter pt-380、gp-1324、gp-2120)
MIT License
149 stars 193 forks source link

Android 12 #101

Open FayssalObeid opened 2 years ago

FayssalObeid commented 2 years ago

It is not working on Android 12 and throws an exception. must add the below permissions in the manifest android.permission.BLUETOOTH_SCAN android.permission.BLUETOOTH_ADVERTISE android.permission.BLUETOOTH_CONNECT

rodrigoaballay commented 2 years ago

Hi @FayssalObeid I have the same problem, please show me your manifest file for comparison

FayssalObeid commented 2 years ago

Hi @rodrigoaballay I have forked this plugin and changed the manifest and the android code to be worked with my application.