flutter_timezone_plus 1.1.0 copy "flutter_timezone_plus: ^1.1.0" to clipboard
flutter_timezone_plus: ^1.1.0 copied to clipboard

A fork of https://pub.dev/packages/flutter_timezone works on windows and linux

flutter_timezone_plus #

A fork of flutter_timezone works on windows and linux

Usage examples #

Get the timezone #

Current timezone:

// Returns null if timezone not found on windows or linux.
final String? currentTimeZone = await FlutterTimezone.getLocalTimezone();

All available timezones:

final List<String> availableTimezones = await FlutterTimezone.getAvailableTimezones();

Reference #

Wikipedia's list of TZ database names

Credits #

https://pub.dev/packages/flutter_timezone

https://github.com/tjarvstrand/flutter_timezone

1
likes
160
pub points
25%
popularity

Publisher

verified publisherozayakcan.com.tr

A fork of https://pub.dev/packages/flutter_timezone works on windows and linux

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on flutter_timezone_plus