Skip to content

A calculator to perform simple mathematical expressions.

Notifications You must be signed in to change notification settings

Drylozu/FlutterCalculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.