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

https://github.com/muhammad-fiaz/calculator-flutter

Calculator is your essential tool for all your mathematical needs. With a clean and user-friendly interface, this app is designed to make both simple and complex calculations easy and efficient. Whether you're a student, professional, or just need quick calculations on the go, Calculator provides accurate results every time. Powered by Flutter.
https://github.com/muhammad-fiaz/calculator-flutter

android android-app app calc-app calculator calculator-app calculator-application calculator-flutter dart flutter flutter-app flutter-app-using-sqflite flutter-apps flutter-apps-development flutter-calculator flutter-calculator-app flutter-examples flutter-template flutter-ui open-source

Last synced: 7 days ago
JSON representation

Calculator is your essential tool for all your mathematical needs. With a clean and user-friendly interface, this app is designed to make both simple and complex calculations easy and efficient. Whether you're a student, professional, or just need quick calculations on the go, Calculator provides accurate results every time. Powered by Flutter.

Awesome Lists containing this project

README

        

# Calculator

![Preview](https://github.com/muhammad-fiaz/Calculator-Flutter/assets/75434191/4570198a-e22d-415a-8ee4-93af6f870f86)

[![GitHub issues](https://img.shields.io/github/issues/muhammad-fiaz/Calculator-Flutter)](https://github.com/muhammad-fiaz/Calculator-Flutter/issues)
[![GitHub pull requests](https://img.shields.io/github/issues-pr/muhammad-fiaz/Calculator-Flutter)](https://github.com/muhammad-fiaz/Calculator-Flutter/pulls)
[![GitHub contributors](https://img.shields.io/github/contributors/muhammad-fiaz/Calculator-Flutter)](https://github.com/muhammad-fiaz/Calculator-Flutter/graphs/contributors)
[![GitHub last commit](https://img.shields.io/github/last-commit/muhammad-fiaz/Calculator-Flutter)](https://github.com/muhammad-fiaz/Calculator-Flutter/commits/main)
[![GitHub license](https://img.shields.io/github/license/muhammad-fiaz/Calculator-Flutter)](https://github.com/muhammad-fiaz/Calculator-Flutter/blob/main/LICENSE)
[![GitHub stars](https://img.shields.io/github/stars/muhammad-fiaz/Calculator-Flutter?style=social)](https://github.com/muhammad-fiaz/Calculator-Flutter/stargazers)

[![GitHub maintainer](https://img.shields.io/badge/maintainer-Muhammad%20Fiaz-blue)](https://github.com/muhammad-fiaz)
[![GitHub followers](https://img.shields.io/github/followers/muhammad-fiaz?label=Follow)](https://github.com/muhammad-fiaz?tab=followers)
[![GitHub sponsor](https://img.shields.io/badge/sponsor-Muhammad%20Fiaz-blue)](https://github.com/sponsors/muhammad-fiaz)
[![Get it on Google Play](https://img.shields.io/badge/Get%20it%20on-Google%20Play-brightgreen)](https://play.google.com/store/apps/details?id=dev.fiaz.calculator)


Join our Discord Community:



[![Join Our Discord](https://img.shields.io/badge/Discord-Join_us!-blue?style=flat&logo=discord)](https://discord.com/invite/pMw7nfBzXz)




Calculator is your essential tool for all your mathematical needs. With a clean and user-friendly interface, this app is designed to make both simple and complex calculations easy and efficient. Whether you're a student, professional, or just need quick calculations on the go, Calculator provides accurate results every time. Powered by Flutter, it offers a smooth and reliable experience across all your devices. Simplify your math with Calculator!

> This app is still in development including features like scientific mode

## Getting Started

This project is a Flutter application designed to run on mobile devices. It allows users to perform a variety of mathematical operations with ease.

### Prerequisites

Before you begin, ensure Flutter is installed and set up on your machine. For instructions on Flutter installation, visit the [official Flutter documentation](https://flutter.dev/docs/get-started/install).

### Installation

1. Clone the repository:

```bash
git clone https://github.com/your_username/calculator.git
```

2. Navigate into the project directory:

```bash
cd calculator
```
3. Install dependencies:

```bash
flutter pub get
```

4. Usage

To run the Calculator app on an emulator or connected device:

```bash

flutter run
```
## Features

- Basic arithmetic operations: addition, subtraction, multiplication, division
- Scientific calculator functions: square root, exponentiation, trigonometric functions (sin, cos, tan), logarithms, factorial
- History of calculations with the option to view past results
- Clean and intuitive user interface


## Contributing

Contributions are welcome! Please fork the repository and create a pull request with your improvements.

## License

This project is licensed under the apache-2.0 License - see the [./LICENSE](./LICENSE) file for details.