Hey I want to be able to take pictures when the user pressed on the volume down button, like in many devices.
I am using the Flutter Camera plugin and I can take pictures through buttons that I place on the screen but I can't detect physical button clicks.
I tried to use the Hardware buttons plugin but it seems that it's deprecated, and there is no support for the plugin anymore.