Skip to content

Commit 6bf90e8

Browse files
authored
[url_launcher][web] Better support for semantics in the Link widget (#6711)
- Better support for semantics. - Better support for clicks with a modifier key (e.g. cmd+click). - More robust handling of events (can now correctly handle events received in a different order). - Apply the `target` attribute on semantic links. - Improve tests. Fixes flutter/flutter#143164 Fixes flutter/flutter#146291
1 parent 94c4a3e commit 6bf90e8

File tree

5 files changed

+1285
-284
lines changed

5 files changed

+1285
-284
lines changed

packages/url_launcher/url_launcher_web/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
## NEXT
1+
## 2.4.0
22

3-
* Updates minimum supported SDK version to Flutter 3.22/Dart 3.4.
3+
* Enhances handling of out-of-order events.
4+
* Adds support for clicks with a modifier key (e.g. cmd+click).
5+
* Improves support for semantics.
6+
* Applies the `target` attribute to semantic links.
7+
* Updates minimum supported SDK version to Flutter 3.27/Dart 3.6.
48

59
## 2.3.3
610

0 commit comments

Comments
 (0)