Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (16 loc) · 458 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 458 Bytes

Calculator

A simple calculator app written in Flutter.

Features

Supports the following operations:

  • Percentage
  • Addition
  • Subtraction
  • Multiplication
  • Division

The above works for both integer and floating point values.

Continuous operations are also supported i.e. you can keep using the operators to carry forward the computation without hitting equals.

Screenshots

  • iOS

iOS

  • Android

Android