Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/udaykumar-dhokia/calculator
- Owner: udaykumar-dhokia
- Created: 2024-06-27T07:23:47.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T07:36:53.000Z (7 months ago)
- Last Synced: 2024-06-27T08:43:53.296Z (7 months ago)
- Topics: calculator, calculator-app, flutter-apps, ui-design
- Language: C++
- Homepage: https://ud15.netlify.app//apps
- Size: 19.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.