Skip to content

A simple calculator application built using Flutter

Notifications You must be signed in to change notification settings

emilsharier/Calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator

Calculator - Beta

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.

About

A simple calculator application built using Flutter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages