Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/udaykumar-dhokia/calculator

A mobile calculator application built with Flutter, offering a user-friendly interface for performing basic mathematical operations.
https://github.com/udaykumar-dhokia/calculator

calculator calculator-app flutter-apps ui-design

Last synced: about 1 month ago
JSON representation

A mobile calculator application built with Flutter, offering a user-friendly interface for performing basic mathematical operations.

Awesome Lists containing this project

README

        

# Calculator with Flutter

A mobile calculator application built with Flutter, offering a user-friendly interface for performing basic and potentially advanced mathematical operations (depending on your implementation).

# List the key functionalities
1) Basic arithmetic operations (addition, subtraction, multiplication, division)
2) Percentage calculation
3) Memory functions (clear, etc.)
4) User-friendly display for clear input and output visualization

# Folder Structure
1) ui: This folder contains the user interface (UI) elements of the calculator app
2) code: This folder houses the core logic of the calculator app.