rajput-hemant / calculator

A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.
GNU General Public License v3.0
64 stars 18 forks source link

Buttons difficult to press #90

Open MatthewScholefield opened 1 year ago

MatthewScholefield commented 1 year ago

Edit: Fixed videos

https://github.com/rajput-hemant/calculator/assets/5875019/c05a8717-17fe-4329-86a4-006db4fed0ba

https://github.com/rajput-hemant/calculator/assets/5875019/eb535913-dfd1-4e5a-ae83-1325e62f060f

See in the attached videos, there are a few misclicks. The reasons for these are twofold:

  1. A slight drag on a button initiates a drag action. Maybe somehow the layout could be modified to either not be draggable or only draggable from the edge.

  2. The button boundaries are precisely circular. It'd be much more intuitive if either there was some lee way or the hit boundaries were a grid.