google / glance-experimental-tools

Glance Experimental Tools aims to supplement Jetpack Glance with features that are commonly required by developers but not yet available.
https://developer.android.com/jetpack/androidx/releases/glance
Apache License 2.0
167 stars 12 forks source link

Support Glance beta01 API breaking changes #10

Closed vetoketju closed 11 months ago

vetoketju commented 1 year ago

Describe the bug

AppWidgetConfigurationScaffold crashes with androidx.glance:glance-*:1.0.0-beta01. Content() function of GlanceAppWidget got deprecated and AppWidgetConfigurationScaffold is trying to call that function.

"Updated GlanceAppWidget to use provideGlance as the main entrypoint. GlanceAppWidget.Content is now deprecated. "

Environment:

miduch commented 1 year ago

any update on this? @marcelpinto

marcelpinto commented 1 year ago

Thanks for the ping. I am not able to provide a timeline on when we can update the experimental tools for now but PRs are welcome :)

github-actions[bot] commented 12 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

NielsMasdorp commented 6 months ago

@marcelpinto Is there any new information about this, or are these tools EOL? As of now it cannot be used with stable version of glance appwidgets.