timezone_getter
timezone_getter is a Dart package that provides a utility to convert timezone codes to timezone names. This package reads from a JSON file containing timezone information and allows you to get the corresponding timezone name for a given timezone code.
Installation
Add timezone_getter to your pubspec.yaml file:
dependencies:
timezone_getter: ^1.0.0
Then run dart pub get to install the package.