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

  • X iOS Support
  • X Android Support
  • X 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();