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