hrach / navigation-compose-ext

Extensions for Jetpack Navigation Compose: Material 3 BottomSheet, custom ModalSheet, Results and more.
MIT License
24 stars 3 forks source link

Sheet Navigations with Arguments are not exported #10

Closed Serisium closed 5 months ago

Serisium commented 5 months ago

Thank you for creating this library! It absolutely fills a gap in Google's current m3 navigation.

Modern composable navigation points support either typed arguments, or string routes with arguments as shown here.

This library implements both styles for bottomsheet and modalsheet. However the bottomsheet argument extension is internal, and not exported to consumers.

This extension method should be public.