Velord

Results 3 issues of Velord

Propose of https://github.com/adrielcafe/voyager/pull/326#discussion_r1480644004 PR should decrease issues like that: https://github.com/adrielcafe/voyager/issues/265, https://github.com/adrielcafe/voyager/issues/190, https://github.com/adrielcafe/voyager/issues/102 Demo shows how you might develop your transition inside navigator based on `StackEvent`, target `Screen`, invoker `Screen`. Added...

ISSUES SOLVED: https://github.com/adrielcafe/voyager/issues/190 POSSIBLE SOLVED: https://github.com/adrielcafe/voyager/issues/265 This is further discussion of https://github.com/adrielcafe/voyager/pull/302 We ended with the following statements: 1) Internal stable API can not be changed. Such as Stack API....

I have ```kotlin @Destination @Composable fun SettingsDestination() { ... } private const val BOTTOM_NAVIGATION_GRAPH = "bottom_navigation_graph" @NavHostGraph(route = BOTTOM_NAVIGATION_GRAPH) annotation class BottomNavigationGraph { @ExternalDestination() companion object Includes } ``` Also...