andrey-ushakov / esc_pos_bluetooth

ESC/POS (thermal, receipt) printing for Flutter & Dart (Android/iOS)
BSD 3-Clause "New" or "Revised" License
249 stars 320 forks source link

Bluetooth cant find device #112

Open Shadow404 opened 2 years ago

Shadow404 commented 2 years ago

flutter 2.8
esc_pos_utils_plus: ^2.0.1+6 esc_pos_bluetooth: ^0.4.1

use your example cant find bluethooth devices

Sor0 commented 2 years ago

Same issue

bluemix commented 2 years ago

I hope there are updates to this issue

aharoldk commented 2 years ago

same issue

Ashbuhrz commented 2 years ago

same here

thitlwincoder commented 1 year ago

same issue !

syahrayhan commented 1 year ago

same issue

Sharif-pilot commented 1 year ago

the same issue

Eslam0mansour commented 1 year ago

goto your project -> android -> app -> src -> package name -> AndroidManifest.xml and paste the below code before tag begins.. then stop the app and run again <uses-permission android:name="android.permission.BLUETOOTH" /> <uses-permission android:name="android.permission.BLUETOOTH_ADMIN" /> <uses-permission android:name="android.permission.BLUETOOTH_ADVERTISE" /> <uses-permission android:name="android.permission.BLUETOOTH_CONNECT" /> <uses-permission android:name="android.permission.BLUETOOTH_SCAN" /> <uses-permission android:name="android.permission.ACCESS_BACKGROUND_LOCATION" />

phongbm commented 1 month ago

I have same issue. I added permisisons like above but it does not work.