google / accompanist

A collection of extension libraries for Jetpack Compose
https://google.github.io/accompanist
Apache License 2.0
7.31k stars 592 forks source link

Missing/incorrect migration documentation for insets-ui #1775

Open adesentenac opened 1 month ago

adesentenac commented 1 month ago

The migration documentation for insets still mentions: 6. Continue using the non-deprecated insets-ui for now. which isn't the case anymore, since insets-ui is deprecated.

And there is no migration guide for the composables that were available in insets-ui.

alexvanyo commented 1 month ago

This documentation is indeed out of date, thanks for reporting the issue.

For Material 2, opt-in inset support is available on many components, similar to the opt-out inset support available for Material 3 components: https://developer.android.com/develop/ui/compose/layouts/insets#material3-components