You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,8 @@
1
+
## 4.0.0
2
+
3
+
* flutter_timezone now supports Linux ([40](https://github.com/tjarvstrand/flutter_timezone/pull/40)) @dg76
4
+
***Breaking change:** On Android, this plugin now requires Java 17 ([#42](https://github.com/tjarvstrand/flutter_timezone/pull/42)) @kuhnroyal
5
+
1
6
## 3.0.1
2
7
3
8
* Remove leftover reference to v1 Android embedding API ([#35](https://github.com/tjarvstrand/flutter_timezone/issues/35))
@@ -6,7 +11,7 @@
6
11
7
12
***Breaking change:** Remove support for the old version 1 of the Android embedding API which will no longer be
8
13
supported in Flutter > 3.24.x ([#35](https://github.com/tjarvstrand/flutter_timezone/issues/35))
9
-
* Fetch a list of all available time zones on web in browsers that support it. ([#34](https://github.com/tjarvstrand/flutter_timezone/pull/34)) @HosamHasanRamadan)
14
+
* Fetch a list of all available time zones on web in browsers that support it. ([#34](https://github.com/tjarvstrand/flutter_timezone/pull/34)) @HosamHasanRamadan
10
15
* Fix support for Windows < 11. ([#36](https://github.com/tjarvstrand/flutter_timezone/pull/36)) @domyd
0 commit comments