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.
- Host: GitHub
- URL: https://github.com/muhammad-fiaz/calculator-flutter
- Owner: muhammad-fiaz
- License: apache-2.0
- Created: 2024-07-05T10:11:41.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-09-30T18:48:39.000Z (8 months ago)
- Last Synced: 2025-05-03T20:57:06.936Z (10 days ago)
- Topics: 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
- Language: Dart
- Homepage:
- Size: 8.64 MB
- Stars: 9
- Watchers: 2
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Calculator

[](https://github.com/muhammad-fiaz/Calculator-Flutter/issues)
[](https://github.com/muhammad-fiaz/Calculator-Flutter/pulls)
[](https://github.com/muhammad-fiaz/Calculator-Flutter/graphs/contributors)
[](https://github.com/muhammad-fiaz/Calculator-Flutter/commits/main)
[](https://github.com/muhammad-fiaz/Calculator-Flutter/blob/main/LICENSE)
[](https://github.com/muhammad-fiaz/Calculator-Flutter/stargazers)[](https://github.com/muhammad-fiaz)
[](https://github.com/muhammad-fiaz?tab=followers)
[](https://github.com/sponsors/muhammad-fiaz)
[](https://play.google.com/store/apps/details?id=dev.fiaz.calculator)Join our Discord Community:
[](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
## ContributingContributions 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.