andresperezmelo / print_bluetooth_thermal

Plugin para enviar bytes sin procesar a la impresora solo por ahora para Android
Other
27 stars 29 forks source link

iOS bluetooth permission dialog on startup #34

Open masehdh opened 7 months ago

masehdh commented 7 months ago

Currently, the permission dialog for bluetooth permission is launched on app install or launch after the package is added.

How can we prevent this behaviour?

I want to use permission_handler to request bluetooth permissions only when a user wants to use the specific feature that requires it.

masehdh commented 7 months ago

Added a PR to address this. #35