flutter_timezone 3.0.1 copy "flutter_timezone: ^3.0.1" to clipboard
flutter_timezone: ^3.0.1 copied to clipboard

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

3.0.1 #

  • Remove leftover reference to v1 Android embedding API (#35)

3.0.0 #

  • Breaking change: Remove support for the old version 1 of the Android embedding API which will no longer be supported in Flutter > 3.24.x (#35)
  • Fetch a list of all available time zones on web in browsers that support it. (#34) @HosamHasanRamadan)
  • Fix support for Windows < 11. (#36) @domyd

2.1.0 #

Add support for Windows.

2.0.1 #

Remove unused dependencies.

2.0.0 #

Support for Wasm compilation.

This updates the code to use the new web and js_interop libraries, which means that Flutter 3.22.0 or later is required.

1.0.8 #

Android:

  • Bump Kotlin version to 1.6.21. Fixes #15.

Note: This version may require running a Gradle clean BEFORE you upgrade.

1.0.7 #

Android:

  • Set JVM target to Java 8 for Kotlin language. Fixes #10.

1.0.6 #

Re-add lost example file.

1.0.5 #

Support for Android Gradle Plugin version 8.

1.0.4 #

Revert Android minSDKVersion to 16 since calls to newer APIs are guarded.

1.0.3 #

Enable MacOS support

1.0.2 #

Enable web support

1.0.1 #

  • iOS fixes for example app
  • Change package name to net.wolverinebeach
  • Fix method channel name typo on iOS

1.0.0 #

210
likes
160
pub points
99%
popularity

Publisher

verified publisherwolverinebeach.net

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

flutter, flutter_web_plugins

More

Packages that depend on flutter_timezone