Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/protechz/random-number-calculator
A simple flutter app ๐ฑ which lets you generate a random number ๐ข and then perform simple calculations ๐งฎ
https://github.com/protechz/random-number-calculator
calculator dart flutter numbers random-generation random-number-generators
Last synced: 7 days ago
JSON representation
A simple flutter app ๐ฑ which lets you generate a random number ๐ข and then perform simple calculations ๐งฎ
- Host: GitHub
- URL: https://github.com/protechz/random-number-calculator
- Owner: ProTechZ
- Created: 2023-07-16T12:45:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-19T08:12:34.000Z (about 1 year ago)
- Last Synced: 2023-08-19T09:24:57.122Z (about 1 year ago)
- Topics: calculator, dart, flutter, numbers, random-generation, random-number-generators
- Language: C++
- Homepage:
- Size: 264 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Random Number Calculator ๐ฏ๐ฏ
This is my first Flutter project in a while, and I used it to get back into the basics of Flutter - widgets , state, styling, etc. As such, it is a basic project, and the code is also very simple.
How it works is that there is a button that generates a random number between 1-1000. Below that is a set of 6 buttons. One to:
- Add 1 (+)
- Subtract 1 (-)
- Multiply by 2 (x)
- Divide by 2 (รท)
- Sqaure the number (xยฒ)
- Take the square root (โ)
It then displays this calculation below it.
![image](https://github.com/ProTechZ/Random-Number-Calculator/assets/96871120/31f0cc0f-a96b-4d65-88bf-4f056c5aaf9a)