nuhkoca
Paparazzi
InstantAnimationsRule
... @get:Rule val snapshotTesting = snapshotTestingRule() @get:Rule val instantAnimationsRule = InstantAnimationsRule() protected fun snapshot( name: String? = null, content: @Composable () -> Unit ) { snapshotTesting.unsafeUpdateConfig( deviceConfig = TRDevices.Pixel5.copy(screenHeight = 1, softButtons = false) ) snapshotTesting.snapshot(name = name) { ThemedContent { content() } } ...
agrosner
animateContentSize
A modern programming language that makes developers happier.