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
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
- Make sure to have
flutter
installed on your machine - Clone the repo to your local machine
- Open an emulator and run
flutter run
within the cloned repo’s folder. - Try it out.