A clean and simple calculator app built using Flutter.
Created by Muhammad Aftab (@aftabcodesnippets).
- Basic arithmetic operations: ➕ ➖ ✖️ ➗
- Custom-styled buttons
- Responsive UI for different screen sizes
- Works on Android, iOS, and emulators
- Flutter
- Dart
To run this app locally:
git clone https://github.com/aftabcodesnippets/simple_calculator.git
cd simple_calculator
flutter pub get
flutter run