flutter_hardware_buttons icon indicating copy to clipboard operation
flutter_hardware_buttons copied to clipboard

Flutter plugin for detecting all hardware buttons

Results 18 flutter_hardware_buttons issues
Sort by recently updated
recently updated
newest added

would it be possible to emit an single event when volume button goes from not pressed to pressed (raising edge) and the way round (when a button goes from pressed...

Hai,, I just success use this plugin, with functionality in android and iOS. But when i upload my iOS app to Appstore, this app was rejected. This message from Apple...

Hi, this isn't really an issue but I was wondering if there was a way to listen for multiple button presses? e.g. Home + Lock button .. When I try...

Is there anyway to make this package compatible with swift 4.0? I have very little knowledge of swift and struggling to find a way to update/change the functions to be...

I have been trying to get my app to detect the # of volume down clicks on iOS. However, I can't seem to get it to detect any volume clicks...

Hi, Is it possible to otherwise detect volume button events on Android so you do not have to ask for permissions? [https://github.com/manueldeveloper/cordova-plugin-volume-buttons/blob/master/src/android/VolumeButtonsListener.java](Cf plugin ionic )

I think it should be better to detect lock screen than lock button. (because of appstore reject issue) Please review this method. ``` func applicationProtectedDataDidBecomeAvailable(_ application: UIApplication) { print("applicationProtectedDataDidBecomeAvailable") }...

iOS는 99.9%로 안되겠지만 안드는 가능해서, 수요도 어느정도 있을듯. e.g. ebook 앱에서 볼륨 버튼으로 페이지 넘기기.

question
todo