๐Ÿ“ฆ 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_