Fragula
Fragula copied to clipboard
Jetpack Compose improvements
Missing features
- [x] Slide transition using
NavController.popBackStack()
method - [ ] Swipe direction parameter
- [x] Swipe position listener
- [x] Scrolling controls (
SwipeController
analogue)
Bugfixes
- [x] Slide animation repeats on recomposition (when changing device orientation)
- [x] Reduce recomposition count
- [ ] All of the backstack entries (screens) are rendered at the same time