Skip to content

feat: Add support for BackdropFilter widget #269

@divyanshub024

Description

@divyanshub024
Member

Description

We need to add support for the BackdropFilter widget in Stac. This includes:

✅ Tasks

  • Add a new widget parser for BackdropFilter
    Support configuration for filter (e.g., ImageFilter.blur)
    Allow child widgets
    Add an example in the gallery app (e.g., a frosted glass effect)
    Write documentation for usage

📄 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

Activity

felipecastrosales

felipecastrosales commented on May 29, 2025

@felipecastrosales

great

manav-m

manav-m commented on May 31, 2025

@manav-m
Contributor

I can pick this up

divyanshub024

divyanshub024 commented on May 31, 2025

@divyanshub024
MemberAuthor

Thanks @manav-m, I've assigned it to you 🙌🏻

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @divyanshub024@manav-m@felipecastrosales

    Issue actions

      feat: Add support for BackdropFilter widget · Issue #269 · StacDev/stac