khoadng / Boorusama

A mobile client for booru sites built with Flutter
GNU General Public License v3.0
137 stars 8 forks source link

Navigation through volume keys #417

Open TheKoakuma opened 4 months ago

TheKoakuma commented 4 months ago

Is your feature request related to a problem? Please describe. Kinda, When i'm navigating one-handed it gets kinda stubborn sliding to navigate between posts

Describe the solution you'd like Navigation through volume physical keys

khoadng commented 4 months ago

The app uses a cross-platform framework, making it difficult to implement platform-specific features. I won't add support for this unless there's a well-maintained package that handles hardware physical buttons.

Kyrela commented 1 week ago

There are actually two packages in the wild that can do this:

There aren't any well-maintained packages for now, but the existing ones seem to do the trick.

khoadng commented 1 week ago

I've been burnt way too many times in the past by abandoned packages so I will just wait for a better one.