platform platform pub package

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