FLUTTER ECOSYSTEM

tjarvstrand/flutter_timezone

https://github.com/pinkfish/flutter_native_timezone のフォーク

flutter_timezone のプロジェクト画像
Stars
62
Forks
65
最終プッシュ(UTC)
2026/05/28
プロジェクト状態
公開中
Thomas Järvstrand GitHub avatar
GITHUB User

Thomas Järvstrand ↗

Stockholm, Sweden
言語C++CMakeDartSwiftRubyKotlinObjective-CCHTMLPowerShellShell

このリポジトリが公開するパッケージ

使用している依存関係

依存関係一覧 7 件
  • equatable^2.0.7
  • flutter{"sdk":"flutter"}
  • flutter_web_plugins{"sdk":"flutter"}
  • meta^1.16.0
  • flutter_lints開発用^6.0.0
  • flutter_test開発用{"sdk":"flutter"}
  • wolverinebeach_lints開発用{"git":{"url":"git@github.com:tjarvstrand/wolverinebeach_dart_util.git","ref":"main","path":"packages/wolverinebeach_lints"}}

元の README

以下は英語原文のスナップショットです。最新版は GitHub をご覧ください。

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