| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Capturable v3.0.1 source code.tar.gz | 2024-12-14 | 1.2 MB | |
| Capturable v3.0.1 source code.zip | 2024-12-14 | 1.3 MB | |
| README.md | 2024-12-14 | 618 Bytes | |
| Totals: 3 Items | 2.5 MB | 0 | |
Fixes 🐞
[#224]: Fixes a crash when `CapturableController` is reused among different composables
Earlier crash was occurring when same `CaptureController` instance is re-used within composables: java.lang.IllegalStateException: ReceiveChannel.consumeAsFlow can be collected just once
Many thanks to @MiSikora for contributing in this release 🎉.
Dependent Targets
- Jetpack Compose: 1.7.x (BoM: 2024.10.00)
- Kotlin: 2.0.21
Full Changelog: https://github.com/PatilShreyas/Capturable/compare/v3.0.0...v3.0.1