Calculator Project built with Flutter

This is a simple Calculator Project covering the complete design of a Standard Basic Calculator. This project is purely done from scratch except for the icons. This app is built only using stateless widgets.

ScreenShot

image

Run The Debug Program

Follow the steps below to run the app on your local machine. You’ll need to make sure you have flutter installed and and an emulator or any external device with developer mode support. Let me know if you encounter issues with the calculator

  1. Make sure to have flutter installed on your machine
  2. Clone the repo to your local machine
  3. Open an emulator and run flutter run within the cloned repo’s folder.
  4. Try it out.

Links

GitHub

View Github