zodiac

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

zodiac

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:
String zodiac = Zodiac().getZodiac('2000-01-01');

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

print(zodiac); // Capricorn
print(zodiac2); // Leo
copied to clipboard
Additional information #
This is an open source package, feel free to contribute

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.