Skip to content

Commit 40b2689

Browse files
committed
Version 4.0.0
1 parent 989c8e8 commit 40b2689

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff 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+
16
## 3.0.1
27

38
* Remove leftover reference to v1 Android embedding API ([#35](https://github.com/tjarvstrand/flutter_timezone/issues/35))
@@ -6,7 +11,7 @@
611

712
* **Breaking change:** Remove support for the old version 1 of the Android embedding API which will no longer be
813
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
1015
* Fix support for Windows < 11. ([#36](https://github.com/tjarvstrand/flutter_timezone/pull/36)) @domyd
1116

1217
## 2.1.0

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_timezone
22
description: A flutter plugin for getting the local timezone of the device.
3-
version: 3.0.1
3+
version: 4.0.0
44
homepage: https://github.com/tjarvstrand/flutter_timezone
55

66
environment:

0 commit comments

Comments
 (0)