flutter_timezone_name 0.0.4 copy "flutter_timezone_name: ^0.0.4" to clipboard
flutter_timezone_name: ^0.0.4 copied to clipboard

it helps to get a timezone name easily

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');
}

5
likes
0
points
205
downloads

Publisher

verified publisherwhiteorangesoftware.com

Weekly Downloads

it helps to get a timezone name easily

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on flutter_timezone_name