flutter_hardware_buttons
flutter_hardware_buttons copied to clipboard
Flutter plugin for detecting all hardware buttons
I am trying to detect volume button but when i press volume button in a android v10 device, current screen of the app get freezed. After freezing, i can not...
This is one of the down-sides to flutters plugin system. Each plugin we depend on becomes a new liability. We now need all those plugin developers to keep up with...
After adding this to my code it does not work anymore. `import 'package:hardware_buttons/hardware_buttons.dart'; StreamSubscription _volumeButtonSubscription; //Volume button @override void initState() { super.initState(); _volumeButtonSubscription = volumeButtonEvents.listen((VolumeButtonEvent event) { if (event ==...
Hi, Is it possible to intercept events generated by hardware buttons completely? For example if the app is active and volume up/down button is pressed, is it possible to intercept...
Can't get it to work at all .. It asks for permission to display over other apps. Also, volume buttons no longer change volume while app is running
I am building an app that would act as a remote for presentations. I would like to use the volume buttons to trigger some sort of event. Can I capture...
I’m trying to detect whether a user of my app is attempting to hard reboot their phone (iOS) in attempt to cheat the score in the app. Once a long...
When canceling the StreamSubscription the app crashes either instantly or after a few seconds. The apple crash log points to audioSession.removeObserver as the last "Last Exception Backtrace (0)". @giantsol Can...
Realice las pruebas en 3 dispositivos físicos Samsung y Huawei(P9 Lite y Y9), solo funciono con el dispositivo de la marca Samsung, con los otros dispositivos no detecta el evento...
add detect recent app