A simple calculator application built using Flutter

Calculator Calculator - Beta .A simple calculator application built using Flutter

Demo

Calculator demo

V0.2 - Beta

Removing boiler code and minimising code strcture. Implementing more abstract ways of performing calculations.

V0.1 - Alpha

This calculator is built using Flutter. The implementation for the calculation is a stack data structure. The operation entered is converted from an infix form to a postfix form using Stacks and the result is calculated using the obtained postfix expression.

The code is pretty messy, but I hope to make it more efficient and smaller. I wish to compress this application’s dart files down to 5KB and submit this for Flutter create challenge.

Download Details:

Author: emilsharier

GitHub: https://github.com/emilsharier/Calculator

#flutter #dart #programming

A simple calculator application built using Flutter
8.40 GEEK