๐ฆ is_prime_number_
A simple, lightweight Dart package to check if a number is prime (tub son).
Useful for math projects, competitive programming, or any app that needs prime number checking.
โจ Features
- โ Check if a number is prime with a single function call
- โก Efficient algorithm (optimized for small and large numbers)
- ๐งช Includes tests for validation
- ๐ฆ Works in Dart and Flutter projects
๐ Installation
Add the following line to your pubspec.yaml:
dependencies:
is_prime_number_: ^0.0.1