Skip to content

InduwaraSMPN/calculator-app

Repository files navigation

Flutter Project

Table of Contents

Introduction

This is a Flutter project designed to [brief description of what your project does]. It is built using the Flutter framework and is compatible with both Android and iOS platforms.

Features

  • Supports basic arithmetic operations
  • Allows entering numbers using a numeric keypad.
  • Includes clear (C), backspace (⌫), decimal point (.), and sign toggle (+/-).

Installation

Prerequisites

Before you begin, ensure you have met the following requirements:

Steps

  1. Clone the repository:
    git clone https://github.com/your-username/your-repo-name.git
  2. Navigate to the project directory:
    cd your-repo-name
  3. Install dependencies:
    flutter pub get

Running the Project

On an Emulator

  1. Start your emulator (Android Studio or any other emulator you have set up).
  2. Run the project:
    flutter run

On a Physical Device

  1. Connect your device via USB and ensure USB debugging is enabled.
  2. Run the project:
    flutter run

Contributing

Contributions are always welcome! Please follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add some feature').
  5. Push to the branch (git push origin feature-branch).
  6. Open a Pull Request.

License

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published