Converts a ISO 3166-1 alpha-2 code to a timezone. (e.g. 'DE' to 'Europe/Berlin')
Just import the package and use the convert function:
final timezone = CountryToTimezone.convert('DE');
// timezone = 'Europe/Berlin'Have fun and help grow the dart and flutter ecosystem