0 purchases
timezone getter
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
copied to clipboard
Then run dart pub get to install the package.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.