Skip to content

Redoy0/calculatorApp_flutterProject

Repository files navigation

🧮 Flutter Calculator App

A simple yet elegant calculator app built with Flutter — supporting basic arithmetic operations (addition, subtraction, multiplication, division) with a clean, responsive UI.


📱 Features

  • ✅ Addition, subtraction, multiplication, division
  • 💯 Real-time expression evaluation
  • 🧹 Clear (“C”) and delete (“⌫”) buttons
  • 🧮 Supports decimal numbers
  • 🎨 Smooth animations & responsive design

🛠️ Tech Stack & Dependencies

  • Flutter for UI development
  • Dart as the programming language
  • No external packages used—just Flutter SDK (see pubspec.yaml)

🚀 Getting Started

Prerequisites

Run Locally

git clone https://github.com/Redoy0/calculatorApp_flutterProject.git
cd calculatorApp_flutterProject
flutter pub get
flutter run

Builds for connected devices/simulators. Use flutter run -d chrome for web build.


🧪 Testing (Optional)

flutter test

💬 Contributing

Contributions welcome!

  1. Fork the repo
  2. Create a branch: git checkout -b feature/awesome
  3. Commit your changes: git commit -m "Add awesome feature"
  4. Push: git push origin feature/awesome
  5. Open a Pull Request

🙌 License

This project is open-sourced under the MIT License. See LICENSE for details.


📌 Acknowledgements

Inspired by many open-source Flutter calculator tutorials.

About

I made a calculator app for mobile device using flutter

Resources

Stars

Watchers

Forks

Packages

No packages published