time_zone_list

Creator: coderz1093

Last updated:

Add to Cart

Description:

time zone list

time_zone_list #
A new flutter plugin get list of time zone name and time zone offset.
Usage #

var current = await TimeZoneList.current();

var listNow = await TimeZoneList.getList();

var list = await TimeZoneList.getList(
DateTime(2020, 5, 8, 8, 8, 8),
);

var laZone = await TimeZoneList.timeZone('America/Los_Angeles', date);
copied to clipboard
Upload #
flutter packages pub publish --server=https://pub.dartlang.org
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.