The Calculator App is a Flutter-based mobile application designed to provide a simple and intuitive interface for performing basic calculations. By leveraging Flutter’s cross-platform capabilities, this app ensures a consistent and seamless user experience across both iOS and Android devices.
- Basic Operations: Supports addition, subtraction, multiplication, and division.
- User-friendly Interface: A clean and modern design that enhances usability.
- Memory Functions: Includes memory features for storing and recalling values.
- Clear Button: Quickly reset the calculator to start fresh.
- Flutter: The primary framework used for developing the app, providing a rich set of features for mobile app development.
- Dart: The programming language used for developing the app, known for its efficiency and ease of use with Flutter.
The app utilizes several dependencies to deliver its functionalities:
cupertino_icons
: For iOS-style icons.math_expressions
: For evaluating mathematical expressions.
To run this project locally, ensure you have Flutter installed. Follow these steps:
- Clone the repository:
git clone https://github.com/your-username/calculator-app.git
- Navigate to the project directory:
cd calculator-app
- Install dependencies:
flutter pub get
- Run the app:
flutter run
Below is a screenshot of the Calculator app's output: