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

flutter_timezone_name is basically an improved timezone package so you can just use as an getCurrentTimeZoneName method.

Features #

Flutter Package Pub Points Popularity

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

4
likes
140
pub points
56%
popularity

Publisher

verified publisherwhiteorangesoftware.com

flutter_timezone_name is basically an improved timezone package so you can just use as an getCurrentTimeZoneName method.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_timezone_name