Calculator App built with Flutter
Utterly developed using Flutter, this is a calculator test application that is both basic and useful.
Like an experiment with the framework, I just wanted to implement something very simple, but it would help me get the variety of basics down.
Running the app
Follow the steps below to run the app on your local machine.
You’ll need to make sure you have flutter installed and either Android Studio and XCode installed to test this application in a simulator.
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.
Calculator Screen | History Screen |
---|---|
![]() | ![]() |
GitHub
https://github.com/deriegle/flutter-calculator