An open API service indexing awesome lists of open source software.

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.

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

![Calculator Light and Dark Modes](https://github.com/0-Hossam-0/Calculator-Flutter/blob/main/Screenshot_1.png)
![Calculator Light and Dark Modes](https://github.com/0-Hossam-0/Calculator-Flutter/blob/main/Screenshot_2.png)
## Installation

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