Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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 ๐Ÿงฎ

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)