Skip to content

A quick little flutter demo with a rpn calculator made in a couple hours

Notifications You must be signed in to change notification settings

undefinedDarkness/flutter-demo

Repository files navigation

polecalc

A new Flutter project.

Getting Started

Made in a couple hours for demo purposes, developed on the web platform issues so far:

  • Prints FP no's not fractional numbers
  • More foolproofing
  • Can't detect Keypresses
  • Add more functions like trigo.
  • Size buttons properly, flutter has a lot of ways to kinda influence the size of something, need to find an idiomatic way to do it.

Uses RPN (Reverse Polish Notation) or infix notation where the operation is followed by its arguments, eg:

1 + (2 / 3)

in infix

+ 1 / 2 3

To end one argument and move to the next one, use SPC

About

A quick little flutter demo with a rpn calculator made in a couple hours

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published