A simple and elegant calculator app built with Flutter.
- This Flutter Calculator App is designed to provide users with basic arithmetic operations in a sleek and user-friendly interface.
- It is a great project to learn the fundamentals of Flutter and Dart, and to understand how to build a responsive UI for both Android and iOS.
- This is the basic implementation of calculator, there's much more to implement like error screen and advance functions.
- Basic arithmetic operations (addition, subtraction, multiplication, division)
- Clear button to reset the input
To run this project locally, follow these steps:
- Clone The Repository:
git clone https://github.com/tanmay-bhatgare/flutter-calculator.git
- Navigate To Directory
cd flutter-calculator
- Get Packages
flutter pub get
- Run Project
flutter pub get