cashapp / redwood

Multiplatform reactive UI for Android, iOS, and web using Kotlin and Jetpack Compose
https://cashapp.github.io/redwood/0.x/docs/
Apache License 2.0
1.63k stars 70 forks source link

Create a widget protocol descriptor type #2343

Closed JakeWharton closed 2 days ago

JakeWharton commented 3 days ago

This has knowledge of the child IDs for this widget as well as the ability to create instances of it.

In the future this will also hold more information such as property IDs so that we can deserialize them on the Zipline thread.

Part of #2145.