### Is there an existing issue for this? - [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues) - [X] I have read the [guide to filing a bug](https://flutter.dev/docs/resources/bug-reports) ### Use case I would like to link to a file and have it downloaded instead of displayed in a new tab. ### Proposal Support the [`download`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributes) feature available with the `<a>` tag in HTML.
Is there an existing issue for this?
Use case
I would like to link to a file and have it downloaded instead of displayed in a new tab.
Proposal
Support the
downloadfeature available with the<a>tag in HTML.