A calculator in Flutter to perform simple mathematical expressions. This application doesn't have support to mobile devices with iOS =(.
Template theme: https://gist.github.com/Drylozu/9b72fbc8b7b58eb12915936eb256fd2c
- Go to releases page.
- Find the last stable version.
- Download the APK for your system (if you don't know what APK choose, download the
app-release.apk
).
- Install FlutterCalculator with the steps listed above.
- Save the template theme (see above) to a file like
[your theme name].yml
. - Edit the properties that you want (id, name, author, background color or background image).
- Open FlutterCalculator, go to settings and
Load a new theme
. - Enjoy with your theme!
Prerequisites: you must have Flutter in your system.
- Clone this repository (
git clone https://github.com/Drylozu/FlutterCalculator.git
). - Make your own digital signature for the APK (https://flutter.dev/docs/deployment/android#signing-the-app).
- Install the dependencies running
flutter pub get
. - Build your APK with
flutter build apk
.