Skip to content

Commit

Permalink
[url_launcher][web] Better support for semantics in the Link widget (#…
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
mdebbar authored Jan 10, 2025
1 parent 94c4a3e commit 6bf90e8
Show file tree
Hide file tree
Showing 5 changed files with 1,285 additions and 284 deletions.
8 changes: 6 additions & 2 deletions packages/url_launcher/url_launcher_web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## NEXT
## 2.4.0

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

## 2.3.3

Expand Down
Loading

0 comments on commit 6bf90e8

Please sign in to comment.