Skip to content

martin-headspace/flutter_timezone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flutter_timezone

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 String currentTimeZone = await FlutterTimezone.getLocalTimezone();

Reference

Wikipedia's list of TZ database names

Releases

No releases published

Packages

No packages published

Languages

  • Dart 32.2%
  • Ruby 26.2%
  • Kotlin 14.8%
  • Swift 10.8%
  • HTML 9.4%
  • Objective-C 6.6%