Skip to content

Commit afd75af

Browse files
committed
Version 3.0.0
1 parent 27fdea8 commit afd75af

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 3.0.0
2+
3+
* **Breaking change:** Remove support for the old version 1 of the Android embedding API which will no longer be
4+
supported in Flutter > 3.24.x ([#35](https://github.com/tjarvstrand/flutter_timezone/issues/35))
5+
* 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)
6+
* Fix support for Windows < 11. ([#36](https://github.com/tjarvstrand/flutter_timezone/pull/36)) @domyd
7+
18
## 2.1.0
29

310
Add support for Windows.

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: 2.1.0
3+
version: 3.0.0
44
homepage: https://github.com/tjarvstrand/flutter_timezone
55

66
environment:

0 commit comments

Comments
 (0)