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