- 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
Add support for Windows.
Remove unused dependencies.
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.
Android:
- Bump Kotlin version to 1.6.21. Fixes #15.
Note: This version may require running a Gradle clean BEFORE you upgrade.
Android:
- Set JVM target to Java 8 for Kotlin language. Fixes #10.
Re-add lost example file.
Support for Android Gradle Plugin version 8.
Revert Android minSDKVersion to 16 since calls to newer APIs are guarded.
Enable MacOS support
Enable web support
- iOS fixes for example app
- Change package name to net.wolverinebeach
- Fix method channel name typo on iOS
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: