ekasetiawans / flutter_bluetooth_printer_plugin

MIT License
25 stars 47 forks source link

Permission Restricted State #9

Open manandharsudhir opened 1 year ago

manandharsudhir commented 1 year ago

StreamBuilder( stream: FlutterBluetoothPrinter.discovery, builder: (context, snapshot) { log(snapshot.data.toString()); final list = snapshot.data ?? <BluetoothDevice>[]; return Text(list.toString()); })

the list is providing me an instance of Permission Restricted State

ekasetiawans commented 1 year ago

did you allow the bluetooth permission? on android you have to add location permission too