Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 343 Bytes

File metadata and controls

19 lines (12 loc) · 343 Bytes

platform_timezone

A flutter plugin for getting the platform timezone.

Getting Started

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

Features

  • iOS Support
  • Android Support

Usage examples

Get the timezone

final String timezone = await PlatformTimezone.getLocalTimezone();