Skip to content

Latest commit

 

History

History
82 lines (52 loc) · 3.72 KB

README.md

File metadata and controls

82 lines (52 loc) · 3.72 KB

Calculator

Preview

GitHub issues GitHub pull requests GitHub contributors GitHub last commit GitHub license GitHub stars

GitHub maintainer GitHub followers GitHub sponsor Get it on Google Play

Join our Discord Community:

Join Our Discord


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.

Installation

  1. Clone the repository:
   git clone https://github.com/your_username/calculator.git
  1. Navigate into the project directory:
cd calculator
  1. Install dependencies:
flutter pub get
  1. Usage

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

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 file for details.