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
This project is a Flutter application designed to run on mobile devices. It allows users to perform a variety of mathematical operations with ease.
Before you begin, ensure Flutter is installed and set up on your machine. For instructions on Flutter installation, visit the official Flutter documentation.
- Clone the repository:
git clone https://github.com/your_username/calculator.git
- Navigate into the project directory:
cd calculator
- Install dependencies:
flutter pub get
- Usage
To run the Calculator app on an emulator or connected device:
flutter run
- 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
Contributions are welcome! Please fork the repository and create a pull request with your improvements.
This project is licensed under the apache-2.0 License - see the ./LICENSE file for details.