-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-webWeb applications specificallyWeb applications specifically
Description
Use case
I would like to be able to find some element via id which I assigned to a widget in a flutter web app.
It's very hard / impossible to use solutions like usetiful (https://www.usetiful.com/) because they need to hook to some html element via id. Currently we have no way of adding id's to the widgets, and at best it looks something like in the screenshot:
Proposal
Use key property from widgets and add them to html element id, or provide another way of adding element ids.
Metadata
Metadata
Assignees
Labels
c: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityc: proposalA detailed proposal for a change to FlutterA detailed proposal for a change to Flutterplatform-webWeb applications specificallyWeb applications specifically
