Welcome to the Flutter Calculator App repository! This project showcases a basic yet functional calculator built with Flutter, covering both the user interface (UI) and the logical operations.
- Basic arithmetic operations: addition, subtraction, multiplication, and division
- Responsive UI compatible with various screen sizes
- Clean and intuitive design
calculator-flutter.mov
Follow these instructions to get a copy of the project up and running on your local machine.
- Flutter SDK: Installation Guide
- An IDE such as Android Studio or Visual Studio Code
-
Clone the repository:
git clone https://github.com/yourusername/flutter-calculator.git cd flutter-calculator
-
Install the dependencies:
flutter pub get
- Run the app:
flutter run
Project Structure
flutter-calculator/
├── android/
├── ios/
├── lib/
│ ├── main.dart
│ ├── ui/
│ │ └── calculator_screen.dart
│ ├── logic/
│ │ └── calculator_logic.dart
├── linux/
├── macos/
├── test/
├── LICENSE
├── README.md
├── analysis_options.yaml
├── calculator.iml
├── pubspec.lock
└── pubspec.yaml
Contributions are welcome! Please fork this repository and submit a pull request for any enhancements, bug fixes, or suggestions.
This project is licensed under the MIT License - see the LICENSE file for details.