TODO: Put a short description of the package here that helps potential users know whether this package might be useful for them.
This packages gets the time of the day and returns a greeting, an icon and a corresponding colour
Just import the package and start using out of the box
import 'package:time_greeting/time_greeting.dart'; getTimeString() returns the a greeting based on the time of the day example 'Good morning' getTimeIconAndColour returns an array containing the icon and colour based on the time of the day
Would add more features later