FLUTTER ECOSYSTEM

tjarvstrand/flutter_timezone

A fork of https://github.com/pinkfish/flutter_native_timezone

flutter_timezone project cover
Stars
62
Forks
65
Last push (UTC)
May 28, 2026
Project status
Active
Thomas Järvstrand GitHub avatar
GITHUB User

Thomas Järvstrand ↗

Stockholm, Sweden
LanguagesC++CMakeDartSwiftRubyKotlinObjective-CCHTMLPowerShellShell

Packages published by this repository

Dependencies used

Dependency list 7 items
  • equatable^2.0.7
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • meta^1.16.0
  • flutter_lintsDevelopment^6.0.0
  • flutter_testDevelopment{"sdk":"flutter"}
  • wolverinebeach_lintsDevelopment{"git":{"url":"git@github.com:tjarvstrand/wolverinebeach_dart_util.git","ref":"main","path":"packages/wolverinebeach_lints"}}

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

flutter_timezone

pub package Keep a Changelog v1.1.0

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

This is a fork of the original flutter_native_timezone due to lack of maintenance of that package.

Getting Started

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

Usage examples

Get the timezone
final TimezoneInfo currentTimeZone = await FlutterTimezone.getLocalTimezone();
Localized timezone names

On supported platforms Timezone info will contain the localized timezone name. Currently, this is supported on:

  • Android
  • MacOS
  • iOS

Reference

Wikipedia's list of TZ database names