Skip to content

A basic calculator app built with Flutter using the GetX state management library. Perform basic arithmetic operations, chain multiple operations, and handle error scenarios.

Notifications You must be signed in to change notification settings

DabhiNavaghan/calculate

Repository files navigation

Flutter Calculator

This is a basic calculator app built with Flutter using the GetX state management library. It allows users to perform simple arithmetic calculations and includes additional features such as clearing the calculator and error handling.

Acknowledgements

The development of this calculator app was inspired by the Flutter framework and the GetX state management library.

Features

  • Simple and intuitive design
  • Buttons for numbers 0-9, addition (+), subtraction (-), multiplication (*), division (/), and equals (=)
  • Perform basic arithmetic operations
  • Display the result of the calculation on the screen
  • Clear button to reset the calculator
  • Enable chaining of multiple operations (e.g., 5 + 3 * 2)
  • Error handling for scenarios like dividing by zero or invalid calculations

Installation

Clone the repository and run the following commands

And run the commands.

  • flutter clean
  • flutter pub get
  • flutter run

🔗 Links

Other Common Github Profile Sections

👩‍💻 I'm currently working on Flutter

🧠 I'm currently learning advanced Flutter Topics

👯‍♀️ I'm looking to collaborate on Flutter Projects

🤔 I'm looking for help with Animations and Core Functionality Of Android And channel code

💬 Ask me about Flutter mobile and web development

📫 How to reach me

Outputs

Screenshot_20230618-122120 Screenshot_20230618-122109

About

A basic calculator app built with Flutter using the GetX state management library. Perform basic arithmetic operations, chain multiple operations, and handle error scenarios.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published