A simple Flutter app to check whether a given number is prime or not.
Prime Checker is a Flutter app designed to quickly determine whether a given number is a prime number or not. It provides an easy-to-use interface for entering numbers and instantly checking their primality.
- Check whether a number is prime or not.
- Simple and intuitive user interface.
- Real-time prime checking.
To use this app, you'll need to have Flutter installed on your machine. If you haven't already installed Flutter, you can follow the instructions on the Flutter website.
- Clone this repository