DigitalCalculator
A neumorphic themed digital calculator which has keyboard support (external bluetooth keyboard) and a few useful shortcuts for quick and easy access. It also has a dedicated dark theme (set based on system theme) for better accessibility. It is also supported by devices with the floating window feature and it also has a landscape mode.
Install / Use
/learn @adeeteya/DigitalCalculatorREADME
🖩 Digital Calculator
Digital Calculator is a fully function Calculator Clone which is based on this UI Design. It has keyboard support and a few useful shortcuts for quick and easy access. It also has a dedicated dark mode theme for better accessibility.
Please star⭐ the repo if you like what you see😊.
📸 Screenshots
<img alt="Light Mode Image" src="images/screenshots/app_screenshot_1.png" height="587px" width="256px"/> <img alt="Dark Mode Image" src="images/screenshots/app_screenshot_2.png" height="587px" width="256px"/> <br/> <img alt="Responsive Support Image" src="images/screenshots/app_screenshot_3.png" height="587px" width="256px"/> <img alt="Floating Window Image" src="images/screenshots/app_screenshot_4.png" height="587px" width="256px"/>
💻 Installation links
<table> <tr> <th>Platform</th> <th>Installation Links</th> </tr> <tr> <td>Android</td> <td> <a href="https://play.google.com/store/apps/details?id=com.adeeteya.digital_calculator"> <img height="80" alt="Get it on Google Play" src="https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png"> </a> <br> <a href="https://f-droid.org/packages/com.adeeteya.digital_calculator"> <img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="80"> </a> <br> <a href="https://github.com/adeeteya/DigitalCalculator/releases/latest/download/DigitalCalculator-Android.apk"> <img width="220" alt="APK download" src="https://img.shields.io/static/v1?label=Download&message=Android+.apk&color=2ea44f&style=for-the-badge&logo=Android&logoColor=white&logoSize=auto"> </a> </td> </tr> <tr> <td>Linux</td> <td> <a href="https://snapcraft.io/digital-calculator"> <img alt="Get it from the Snap Store" src=https://snapcraft.io/en/dark/install.svg /> </a> </td> </tr> <tr> <td>Windows</td> <td> <a href="https://github.com/adeeteya/DigitalCalculator/releases/latest/download/DigitalCalculator-Windows.exe"> <img width="220" alt="Windows App" src="https://img.shields.io/static/v1?label=Download&message=Windows+App&color=blue&style=for-the-badge&logo=webtrees&logoColor=white&logoSize=auto"> </a> </td> </tr> <tr> <td>Web App</td> <td> <a href="https://adeeteya.github.io/DigitalCalculator/#/"> <img width="220" alt="Web App" src="https://img.shields.io/static/v1?label=Webapp&message=Visit+Website&color=blueviolet&style=for-the-badge&logo=googlechrome&logoColor=white&logoSize=auto"> </a> </td> </tr> </table>✨ Features
- [x] Keyboard Support (even for Android and iOS)
- [x] Shortcuts Support
- [x] Digital Display
- [x] Error Handling
- [x] Sign Change
- [x] Floating Window Support
- [x] Light Mode
- [x] Dark Mode
- [x] Responsive Design
- [ ] Scientific Calculator
- [ ] Calculator History
⌨ Shortcuts
| Shortcut | Action |
|-------------------------------------------------------------------------------------------------|---------------------------|
|
| Inputs digits from 0 to 9 |
|
| Addition |
|
| Subtraction |
|
| Multiplication |
|
| Division |
|
| Percentage |
|
| Delete a Digit |
|
| Decimal Point |
|
| Evaluate |
|
| All Clear |
|
| Clear Character |
🔌 Plugins
| Name | Usage | |-----------------------------------------------------------------------------------|-----------------------------------------------------| | flutter_inset_box_shadow | To use inset property for box shadows | | math_expressions | For parsing and evaluating mathematical expressions | | flutter_lints | For linting |
🤓 Author
🔖 LICENCE
Copyright (c) 2023 Aditya R MIT LICENCE
🙏 Attributions
<a href="https://www.flaticon.com/free-icons/calculator" title="calculator icons">Calculator icons created by Freepik - Flaticon</a>
