apesic / rpncalc

A simple RPN (Reverse Polish Notation) calculator app built using Flutter
GNU General Public License v3.0
27 stars 1 forks source link

Bottom buttons are cut off #1

Closed apesic closed 3 years ago

apesic commented 3 years ago

On smaller phones, the layout overflows the bottom of the display: image

sphh commented 3 years ago

On an even smaller screen, it looks even worse: Screenshot_20201228-154419

Thanks for looking into this!

apesic commented 3 years ago

Should be fixed with release v1.0.2, tested it on even very tiny screen sizes now. Will be available through Google Play in a few days. @sphh thanks for the report, let me know if you're still seeing any problems.

sphh commented 3 years ago

Thanks!! I will definitely check it, when the new version appears in F-Droid.

I am also looking forward to the scientific mode.

sphh commented 3 years ago

Now that F-Droid has picked up the latest build (1.0.3) I can finally confirm that no buttons are cut off. Thanks!

But now there is #4 ...