v0.2.5
A Simple but elegant Calculator app made with Flutter using Google's Material Design with Currency (Exchange Rate) and Unit Converter.
Universal Release
arm64
armabi
x86_64
Source Code (zip)
Source Code (tar.gz)
- If you don't have Flutter SDK installed, please visit official Flutter site.
- Fetch latest source code from master branch.
git clone https://github.com/rajput-hemant/calculator
cd calculator
- Rename
.env.example
->.env
and add your Currency API Key.
# 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:
flutter pub get
flutter run
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.