Assigned
Status Update
Comments
se...@google.com <se...@google.com> #2
Could we get an official response to this feature request? Is there an idea to support SafeArgs in navigation-compose one day? Not asking for any time frames. Maybe there is no plans for statically generated args for navigation-compose at all.
to...@gmail.com <to...@gmail.com> #3
Please check out my implementation of the same-
Part 1-https://proandroiddev.com/safe-compose-arguments-an-improved-way-to-navigate-in-jetpack-compose-95c84722eec2
Part 2-https://proandroiddev.com/safe-compose-arguments-an-improved-way-to-navigate-in-jetpack-compose-part-2-218a6ae7a027
Github repo-https://github.com/dilrajsingh1997/safe-compose-args
Part 1-
Part 2-
Github repo-
se...@google.com <se...@google.com>
to...@gmail.com <to...@gmail.com> #5
+1
to...@gmail.com <to...@gmail.com> #6
this library make it super easy if can you support this on the native way
to...@gmail.com <to...@gmail.com> #7
Here's a library that does just this:
to...@gmail.com <to...@gmail.com> #8
+1
something similar to 'compose-destinations' should be officially available to the devs. Its a pain to manage all the parameters manually.
Currently, I am working with a custom NavType implementation with Gson.
something similar to 'compose-destinations' should be officially available to the devs. Its a pain to manage all the parameters manually.
Currently, I am working with a custom NavType implementation with Gson.
ap...@google.com <ap...@google.com> #9
The current navigation is really difficult to use. It makes me unwilling to use composite in new projects and upgrade in outdated projects
be...@gmail.com <be...@gmail.com> #10
Google team are there any news/priorities on this? Are you planning on improve the existing compose-navigation lib or this is going to not feasible😉?
Description
Jetpack Compose version: Last snapshot 11763555 (So containshttps://github.com/androidx/androidx/commit/33c32f65dd7879954cfa7a46a76eb959c977e291 )
Material Library Version (M2, M3 or Both?): M3
Material Compose component used: ModalBottomSheet
Applying content padding does not work for modalbottomsheets and status bar.
Try to build a proper modalbottomsheet that properly take in account the status bar when the sheet is longer than the screen.
This is currently not possible without setting contentColor to transparent and manually apply the shape to the header we use, completely breaking the purpose of the API that expose the color and the shape and should work.