flutter_native_timezone_latest 1.0.0 copy "flutter_native_timezone_latest: ^1.0.0" to clipboard
flutter_native_timezone_latest: ^1.0.0 copied to clipboard

A flutter plugin for getting the local timezone of the device.

flutter_native_timezone_latest #

A flutter plugin for getting the local timezone of the os.

it's an update for flutter_native_timezone package to support latest flutter release

Getting Started #

Install this package and everthing good will just follow along with you.

Features #

  • ✅ iOS Support
  • ✅ Android Support
  • ✅ Mac OS Support

Usage examples #

Get the timezone

final String currentTimeZone = await FlutterNativeTimezoneLatest.getLocalTimezone();

Get the available time zones

final List<String> availableTimezones = await FlutterNativeTimezoneLatest.getAvailableTimezones();
3
likes
140
points
153
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for getting the local timezone of the device.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, js

More

Packages that depend on flutter_native_timezone_latest