sterrenb / flutterhole

A third party Android application for the Pi-Hole® dashboard.
https://play.google.com/store/apps/details?id=sterrenburg.github.flutterhole
MIT License
400 stars 27 forks source link

Support variable screen size #109

Open pb1051 opened 4 years ago

pb1051 commented 4 years ago

When looking at FH in landscape on my tablet, each graph takes the whole screen, but they could be laid out in a more efficient manner to be able to see multiple at once like on a computer monitor.

sterrenb commented 3 years ago

Hello @pb1051 👋 - Thanks for opening an issue!

Cool to hear that you have the app running on a tablet. I haven't tried other form factors in particular, so I can imagine that the scaling is off.

Something to help realize this: https://pub.dev/packages/device_simulator

lordvins226 commented 3 years ago

Device Preview can be use for this issue

sterrenb commented 3 years ago

Note to self: https://pub.dev/packages/flutter_staggered_grid_view seems useful