calculator icon indicating copy to clipboard operation
calculator copied to clipboard

A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.

Results 9 calculator issues
Sort by recently updated
recently updated
newest added

Why not on play store. Issue- Currency calculator is not working properly.

**Describe the bug** Can't use percentage for calculation, because is ignored. **To Reproduce** Steps to reproduce the behavior: - Percentage sum: 1. Calculate `1000+10%` 3. Press `=` 4. Result `1010`...

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...

![image](https://github.com/rajput-hemant/calculator/assets/66782671/2d29d949-0415-4632-8907-77649a558a4b) Currently, the app doesn't have Android 12 and above monet icon and therefore looks out of place.

I encountered an issue with the app's TabView mode where, upon switching to the Exchange Rate screen, the autofocus feature of the TextField throws a `RangeError` if the TextField is...

bug
help wanted

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | [dart](https://dart.dev/) ([source](https://redirect.github.com/dart-lang/sdk)) | | patch...

Current behaviour: Clear does replace the input with zero. When entering new numbers it adds them behind that zero. Expected behaviour: Clear does remove the input. When entering new numbers...

![Screenshot_20241023-112315.jpg](https://github.com/user-attachments/assets/a883b838-579c-43d0-b5d7-374637c5c742)