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.
- 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.
- Flutter SDK installed on your local machine.
- A code editor such as Visual Studio Code or Android Studio.
- Clone the Repository
git clone https://github.com/stahiomar/scientific-calculator.git cd flutter-scientific-calculator
- Install Dependencies
flutter pub get
- Run the App
flutter run