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

Fractional point doesn't work #72

Closed SMSourov closed 1 year ago

SMSourov commented 1 year ago

Description: In some calculations, the fractional point doesn't work at all. This was the first time where a calculator app failed to work properly for me.

Steps to reproduce the problem:

  1. Install and open the app.
  2. Try to make this calculation "4.6+2.4"

Expected behaviour: "4.6+2.4" should appear and its calculation("7") in a small area.

Current behaviour: "4.6+24" should appear and its calculation("28.6") in a small area.

Ao1Pointblank commented 1 year ago

This issue still exists (v1.0.0)

SMSourov commented 1 year ago

This issue still exists (v1.0.0)

Can you tell the steps to reproduce?

Ao1Pointblank commented 1 year ago

Try multiplying 19.5*3.5 The second decimal will not type out

I am using android 13 Graphene OS on a pixel 5

On August 11, 2023 7:19:40 AM UTC, SMSourov @.***> wrote:

This issue still exists (v1.0.0)

Can you tell the steps to reproduce?

-- Reply to this email directly or view it on GitHub: https://github.com/rajput-hemant/calculator/issues/72#issuecomment-1674310994 You are receiving this because you commented.

Message ID: @.***>

rajput-hemant commented 1 year ago

@Ao1Pointblank I recommend downloading the most recent version of the application from this link, as the issue you mentioned has been resolved in v0.2.2. The fix was implemented in the following commit: https://github.com/rajput-hemant/calculator/commit/e2ed28700f72540dc57e593b186c8a4a3dfaa1f3

Ao1Pointblank commented 1 year ago

thanks! i got the app from f-droid, i assume you are not maintaining it there?