flutter_timezone_name

Last updated:

0 purchases

flutter_timezone_name Image
flutter_timezone_name Images
Add to Cart

Description:

flutter timezone name

Features #




A flutter package helps to get current timezone name for Android and IOS
Getting started #
flutter_timezone_name is basically an improved timezone package so you can just use as an getCurrentTimeZoneName method.
Usage #
import 'package:timezone/timezone.dart' as tz;

void main() {
String currentTimezone = TimeZone.getCurrentTimeZoneName();
print('Current timezone: $currentTimezone');
}

copied to clipboard

License:

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

Files In This Product:

Customer Reviews

There are no reviews.