AboutScreen

fun AboutScreen(onNavigateUp: () -> Unit, jsonProvider: suspend () -> String)(source)

Shared About/Acknowledgements screen using the multiplatform LibrariesContainer composable and produceLibraries from the AboutLibraries KMP library.

Leverages the full M3 LibrariesContainer API:

  • header: app branding with descriptive text

  • divider: HorizontalDivider between library items for clean visual separation

  • footer: total library count summary

  • contentPadding: proper LazyColumn padding (avoids clipping during scroll)

  • license dialog: built-in license dialog on library tap (default behavior)

Each platform provides a jsonProvider lambda that loads the library definitions JSON

See also