Closed leinardi closed 1 year ago
@leinardi thank you for the report.
While I don't have a timeline. You can already use the material3 colors today by passing in the libraryColors
you want to use: https://github.com/mikepenz/AboutLibraries/blob/develop/aboutlibraries-compose/src/androidMain/kotlin/com/mikepenz/aboutlibraries/ui/compose/Libraries.kt#L47
Yep, I know about the libraryColors
(btw, I just made a PR related to it). I was just curious if the M3 migration was already planned or not :slightly_smiling_face:
Thank you very much. Really appreciated.
Explored Material 3 for compose.
It still is marked as experimental via compose-jb
at least.
Will wait for the upgrade until it is no longer experimental.
Thanks for raising the question
@leinardi with 10.10.0 there is now a compose-m3
module
@mikepenz thanks! I just switched to it :+1:
Any plan to migrate or provide a Material 3 version of the Library?
Currently all the material colors are referring to
androidx.compose.material.MaterialTheme.colors
, while to properly support M3, they should refer toandroidx.compose.material3.MaterialTheme.colorScheme
. Same forMaterialTheme.typography
.