A simple yet elegant calculator app built with Flutter — supporting basic arithmetic operations (addition, subtraction, multiplication, division) with a clean, responsive UI.
- ✅ Addition, subtraction, multiplication, division
- 💯 Real-time expression evaluation
- 🧹 Clear (“C”) and delete (“⌫”) buttons
- 🧮 Supports decimal numbers
- 🎨 Smooth animations & responsive design
- Flutter for UI development
- Dart as the programming language
- No external packages used—just Flutter SDK (see
pubspec.yaml)
- Flutter SDK installed — follow Flutter setup guide
git clone https://github.com/Redoy0/calculatorApp_flutterProject.git
cd calculatorApp_flutterProject
flutter pub get
flutter runBuilds for connected devices/simulators. Use flutter run -d chrome for web build.
flutter testContributions welcome!
- Fork the repo
- Create a branch:
git checkout -b feature/awesome - Commit your changes:
git commit -m "Add awesome feature" - Push:
git push origin feature/awesome - Open a Pull Request
This project is open-sourced under the MIT License. See LICENSE for details.
Inspired by many open-source Flutter calculator tutorials.