FLUTTER ECOSYSTEM

yamamz/flutter_native_timezone

flutter native timezone

flutter_native_timezone project cover
Stars
1
Forks
24
Last push (UTC)
Jul 23, 2024
Project status
Active
Raymundo T. Melecio GitHub avatar
GITHUB User

Raymundo T. Melecio ↗

From a small Town of Bohol, Philippines

Corte_baud, Getafe, Bohol
LanguagesDartRubyKotlinHTMLSwiftObjective-C

Packages published by this repository

Dependencies used

Dependency list 4 items
  • flutter_web_plugins{"sdk":"flutter"}
  • flutter{"sdk":"flutter"}
  • js>=0.6.3 <2.0.0
  • flutter_testDevelopment{"sdk":"flutter"}

Original README

English project snapshot. Visit GitHub for the latest content.

Expand / collapse project README

flutter_native_timezone

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

Usage examples

Get the timezone
final String currentTimeZone = await FlutterNativeTimezone.getLocalTimezone();