A random number generator.
What this app does
This application for now takes in a two integer values min (inclusive) and max (inclusive), then returns a picked random number from the range.
Screenshots
![[2025] A Random Number Generator Built with Flutter](https://i0.wp.com/github.com/immadisairaj/random_pick/raw/main/screenshots/screenshot_2.png?fit=770%2C500&ssl=1)
Architecture
This application uses a clean architecture.
Comments are closed.