flutter_native_timezone_diy

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

Getting Started

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

Features

  • x iOS Support
  • x Android Support
  • x Web Support
  • x MacOS Support

Usage examples

Get the timezone

final String currentTimeZone = await FlutterNativeTimezone.getLocalTimezone();