https://github.com/rajput-hemant/calculator
A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.
https://github.com/rajput-hemant/calculator
android app-development calculator cross-platform dart exchange-rates flutter flutter-apps ios mobile-app unit-converter
Last synced: about 1 month ago
JSON representation
A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.
- Host: GitHub
- URL: https://github.com/rajput-hemant/calculator
- Owner: rajput-hemant
- License: gpl-3.0
- Created: 2022-07-09T15:17:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-11T20:49:52.000Z (about 2 months ago)
- Last Synced: 2025-08-11T22:21:04.332Z (about 2 months ago)
- Topics: android, app-development, calculator, cross-platform, dart, exchange-rates, flutter, flutter-apps, ios, mobile-app, unit-converter
- Language: Dart
- Homepage:
- Size: 1.08 MB
- Stars: 71
- Watchers: 5
- Forks: 17
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![][views] ![][stars] ![][forks] ![][issues] ![][license] ![][code-size] ![][commit-activity]
# Calculator
**v0.2.5**
### A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.
## ![][android] Download APK
---
**[
**Universal Release**
][universal-release]**
**[
**arm64**
][arm64]**
**[
**armabi**
][armabi]**
**[
**x86_64**
][x86]**
**[
**Source Code (zip)**
][sc-zip]**
**[
**Source Code (tar.gz)**
][sc-tar.gz]**[
](https://android.izzysoft.de/repo/apk/com.capybara.calculator)
---
## 📱 App UI
Click here to expand
| ![][1] | ![][2] | ![][3] |
| :----: | :----: | :----: |
| ![][4] | ![][5] | ![][6] |
| ![][7] | ![][8] | ![][9] |## 🔨 Building from Source
- If you don't have Flutter SDK installed, please visit official [Flutter](https://flutter.dev/) site.
- Fetch latest source code from master branch.```sh
git clone https://github.com/rajput-hemant/calculator
cd calculator
```- Rename **`.env.example`** -> **`.env`** and add your Currency API Key.
```sh
# Free Currency API Key (https://freecurrencyapi.com)
CURRENCY_API_KEY="" # <- Add your API Key here
```- Run the app with Android Studio or VS Code. Or the command line:
```sh
flutter pub get
flutter run
```## 📜 License
This project is licensed under the GPL-3.0 License - see the [LICENSE](LICENSE) file for details.
## 🦾 Contributors:
[1]: https://graph.org/file/9b81e5cd961e6b41d7e1e.jpg
[2]: https://graph.org/file/9b0b318ec9f4f281ceac9.jpg
[3]: https://graph.org/file/4e23fead48c34a1534e61.jpg
[4]: https://graph.org/file/a67873cc5044cbef9d21f.jpg
[5]: https://graph.org/file/e675d889a9ee13433ab36.jpg
[6]: https://graph.org/file/9c68ca2b2abd03e972921.jpg
[7]: https://graph.org/file/d021ac5969a9a64ab8185.jpg
[8]: https://graph.org/file/e5d8cccebd8e69603c7b1.jpg
[9]: https://graph.org/file/98abd8747f8920d1ce0ef.jpg
[android]: https://telegra.ph/file/f2f70a74d2d92c3c7f688.png[universal-release]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.5/Calculator-v0.2.5-universal-release.apk
[arm64]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.5/Calculator-v0.2.5-arm64-v8a-release.apk
[armabi]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.5/Calculator-v0.2.5-armeabi-v7a-release.apk
[x86]: https://github.com/rajput-hemant/calculator/releases/download/v0.2.5/Calculator-v0.2.5-x86_64-release.apk[sc-zip]: https://github.com/rajput-hemant/calculator/archive/refs/tags/v0.2.5.zip
[sc-tar.gz]: https://github.com/rajput-hemant/calculator/archive/refs/tags/v0.2.5.tar.gz[views]: https://komarev.com/ghpvc/?username=calculator&label=view%20counter&color=red&style=flat
[code-size]: https://img.shields.io/github/languages/code-size/rajput-hemant/calculator
[issues]: https://img.shields.io/github/issues-raw/rajput-hemant/calculator
[license]: https://img.shields.io/github/license/rajput-hemant/calculator
[commit-activity]: https://img.shields.io/github/commit-activity/w/rajput-hemant/calculator
[forks]: https://img.shields.io/github/forks/rajput-hemant/calculator?style=flat
[stars]: https://img.shields.io/github/stars/rajput-hemant/calculator