Drylozu / FlutterCalculator

A calculator to perform simple mathematical expressions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deivid's Calculator (FlutterCalculator)

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

Screenshots

Installation

  1. Go to releases page.
  2. Find the last stable version.
  3. Download the APK for your system (if you don't know what APK choose, download the app-release.apk).

How to create/install a theme

  1. Install FlutterCalculator with the steps listed above.
  2. Save the template theme (see above) to a file like [your theme name].yml.
  3. Edit the properties that you want (id, name, author, background color or background image).
  4. Open FlutterCalculator, go to settings and Load a new theme.
  5. Enjoy with your theme!

Build your own APK

Prerequisites: you must have Flutter in your system.

  1. Clone this repository (git clone https://github.com/Drylozu/FlutterCalculator.git).
  2. Make your own digital signature for the APK (https://flutter.dev/docs/deployment/android#signing-the-app).
  3. Install the dependencies running flutter pub get.
  4. Build your APK with flutter build apk.

About

A calculator to perform simple mathematical expressions.


Languages

Language:Dart 98.5%Language:Swift 1.0%Language:Kotlin 0.3%Language:Objective-C 0.1%