Commit 6bf90e8
authored
[url_launcher][web] Better support for semantics in the Link widget (flutter#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#143164
Fixes flutter#1462911 parent 94c4a3e commit 6bf90e8
File tree
5 files changed
+1285
-284
lines changed- packages/url_launcher/url_launcher_web
- example
- integration_test
- lib/src
5 files changed
+1285
-284
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
4 | 8 | | |
5 | 9 | | |
6 | 10 | | |
| |||
0 commit comments