compose-backstack icon indicating copy to clipboard operation
compose-backstack copied to clipboard

Simple composable for rendering transitions between backstacks.

Results 13 compose-backstack issues
Sort by recently updated
recently updated
newest added

All of our tests and demos were built using `String` as the key, with `content` that does nothing but render the key. This approach doesn't reflect reality very well, and...

If you modify `BackstackTransitionsTest.assertTransition` to build its backstacks out of `Map`, like so, you crash with `NoSuchElementException` when popping. We're popping to a list that no longer includes the information...