A simple calculator app using flutter
Read Time:36 Second

A simple calculator app using flutter

0 0

Calculator App built with Flutter

A simple calculator app using flutter

This is a calculator test application built using Flutter.
As a test of the framework, I wanted to implement something simple that would help me get the 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

  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.
Calculator Screen History Screen
A simple calculator app using flutter A simple calculator app using flutter

GitHub

View Github

Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Deja una respuesta

Entrada anterior An application, to organize, label and search your code snippets
Entrada siguiente Basic Black Jack Game with Flutter