flutter-moum / flutter_hardware_buttons

Flutter plugin for detecting all hardware buttons
MIT License
37 stars 47 forks source link

Listen for multiple button presses #53

Open carman247 opened 4 years ago

carman247 commented 4 years ago

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 to do this (to take a screenshot on iOS) their is no recognition of either button being pressed.

Many thanks