numerology 0.0.5 copy "numerology: ^0.0.5" to clipboard
numerology: ^0.0.5 copied to clipboard

outdated

A new Flutter package.

numerology #

This package provides vary functions to calculate Numerology numbers such as:

Usage #

Calculate Ruling number #

final nc = NumerologyCalculator();
final birthday = DateTime(2000,1,1); // 01-01-2000
final rulingNumber = nc.rulingNumber(birthday); // 2 + 1 + 1 = 5
print(rulingNumber); // 5

Flutter package information #

This project is a starting point for a Dart package, a library module containing code that can be shared easily across multiple Flutter or Dart projects.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

3
likes
0
points
27
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

basic_utils, flutter, intl

More

Packages that depend on numerology