https://github.com/0-hossam-0/calculator-flutter
A clean Flutter calculator with basic operations (+,-,×,÷,%) and dark/light themes. Demonstrates state management and Material Design.
https://github.com/0-hossam-0/calculator-flutter
calculator darkmode dart flutter sizer
Last synced: about 2 months ago
JSON representation
A clean Flutter calculator with basic operations (+,-,×,÷,%) and dark/light themes. Demonstrates state management and Material Design.
- Host: GitHub
- URL: https://github.com/0-hossam-0/calculator-flutter
- Owner: 0-Hossam-0
- Created: 2025-03-06T20:44:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T21:27:41.000Z (about 1 year ago)
- Last Synced: 2025-03-06T22:22:31.249Z (about 1 year ago)
- Topics: calculator, darkmode, dart, flutter, sizer
- Language: C++
- Homepage:
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Calculator
A sleek calculator application built with Flutter featuring basic arithmetic operations and dark mode support. Perfect for daily calculations with a modern user interface.
## Features
- **Basic Arithmetic Operations**:
- Addition (+)
- Subtraction (-)
- Multiplication (×)
- Division (÷)
- Percentage (%)
- Decimal point support
- Clear/All Clear (C/AC) functionality
- **Dark/Light Mode Toggle**:
- Smooth theme switching
- Persistent theme preference
- **Error Handling**:
- Division by zero alerts
- Invalid input prevention
- Overflow handling


## Installation
1. Clone the repository:
```bash
git clone https://github.com/0-Hossam-0/Calculator-Flutter.git