-
-
Notifications
You must be signed in to change notification settings - Fork 68
Closed
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
Description
We need to add support for the BackdropFilter widget in Stac. This includes:
✅ Tasks
- Add a new widget parser for
BackdropFilter
Support configuration forfilter
(e.g.,ImageFilter.blur
)Allowchild
widgetsAdd an example in the gallery app (e.g., a frosted glass effect)Write documentation for usageTo pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
📄 Example JSON
{
"type": "backdropFilter",
"filter": {
"type": "blur",
"sigmaX": 5.0,
"sigmaY": 5.0
},
"child": {
"type": "Container",
"padding": 16,
"color": "#ffffff80",
"child": {
"type": "Text",
"value": "Frosted glass effect"
}
}
}
📚 Resources
Metadata
Metadata
Assignees
Labels
featureNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
felipecastrosales commentedon May 29, 2025
great
manav-m commentedon May 31, 2025
I can pick this up
divyanshub024 commentedon May 31, 2025
Thanks @manav-m, I've assigned it to you 🙌🏻