Skip to content

Latest commit

 

History

History
68 lines (41 loc) · 2 KB

CHANGELOG.md

File metadata and controls

68 lines (41 loc) · 2 KB

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

Initial release as flutter_timezone. This release is built on top of flutter_native_timezone v2.0.1, with the following additional changes cherry-picked: