A versatile calculator application built with Flutter, featuring standard arithmetic operations, additional mathematical functions, and a history feature to keep track of past calculations. This app also includes EMI (Equated Monthly Installment) and BMI (Body Mass Index) calculators for enhanced usability.
- Standard Calculator: Perform basic arithmetic operations including addition, subtraction, multiplication, and division.
- Scientific Functions: Access advanced mathematical functions like sine, cosine, tangent, logarithm, and square root.
- History Feature: View the history of calculations made, stored in a local SQLite database.
- User-Friendly Interface: Intuitive layout with responsive design for various screen sizes.
- Live Result Calculation: Get immediate results as you input your expressions.
- EMI Calculator: Calculate the Equated Monthly Installment for loans based on principal amount, interest rate, and tenure.
- BMI Calculator: Calculate the Body Mass Index based on weight and height input, with categories to determine health status.
- Flutter SDK
- Dart SDK
- SQLite database
Aryan Trivedi