/scientific-calculator

A scientific calculator built on flutter

Primary LanguageDartMIT LicenseMIT

🧮 Flutter Scientific Calculator with Conversion Feature

Welcome to the Flutter Scientific Calculator, a powerful and user-friendly calculator app that not only handles basic and scientific calculations but also includes a unit conversion feature! Built with Flutter, this app is optimized for performance and cross-platform compatibility on both iOS and Android.

📱 Features

  • Basic Calculator: Perform standard arithmetic operations like addition, subtraction, multiplication, and division.
  • Scientific Calculator: Advanced functions including trigonometry, logarithms, exponentiation, and more.
  • Unit Conversion: Easily convert between units of measurement such as weight, data and time.
  • User-Friendly Interface: Intuitive design with a smooth and responsive user experience.
  • Cross-Platform: Built with Flutter for a consistent experience on iOS and Android.
  • Themes: The application have dark and light mode feature.

🚀 Getting Started

Prerequisites

Installation

  1. Clone the Repository
    git clone https://github.com/stahiomar/scientific-calculator.git
    cd flutter-scientific-calculator
    
  2. Install Dependencies
    flutter pub get
    
  3. Run the App
    flutter run
    

Calculator interface image

Sample unit conversion interface image