Skip to content

A simple yet powerful calculator app built using Flutter. This project demonstrates the implementation of both UI and logical components of a calculator.

License

Notifications You must be signed in to change notification settings

TashkeelPasha/Calculator-Flutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Calculator App

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.

Features

  • Basic arithmetic operations: addition, subtraction, multiplication, and division
  • Responsive UI compatible with various screen sizes
  • Clean and intuitive design

Final APPLICATION

calculator-flutter.mov

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/flutter-calculator.git
    cd flutter-calculator
    
    
  2. Install the dependencies:

flutter pub get
  1. 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

Contributing

Contributions are welcome! Please fork this repository and submit a pull request for any enhancements, bug fixes, or suggestions.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A simple yet powerful calculator app built using Flutter. This project demonstrates the implementation of both UI and logical components of a calculator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published