πŸ“¦ is_prime_number_

pub package GitHub stars GitHub issues License

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

Libraries

is_prime_number_