zodiac 0.0.1 copy "zodiac: ^0.0.1" to clipboard
zodiac: ^0.0.1 copied to clipboard

A package to get zodiac from date

A Flutter package to get zodiac from date

Features #

  • returning zodiac as a String
  • for now, function argument only support :
    • YYYY-MM-dd (ISO 8601) string format
    • YYYY-MM-DD hh:mm:ss string format

Usage #

Example:

const zodiac = Zodiac().getZodiac('2000-01-01');

const zodiac2 = Zodiac().getZodiac('2000-08-17 00:00:00');

print(zodiac); // Capricorn
print(zodiac2); // Leo

Additional information #

This is an open source package, feel free to contribute

2
likes
130
points
17
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package to get zodiac from date

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter

More

Packages that depend on zodiac