Jakub Walusiak
Jakub Walusiak
When picking files on Android, they are copied into cache directory. This PR ensures that names of these copied files match original names where possible, so they can be read...
This PR adds management of `BillingClient` connection to Android implementation of `InAppPurchase`. This should fix issues caused by lost connections. New and previously existing connection management is extracted to a...
This PR adds management of BillingClient connection to Android implementation of InAppPurchase. This should fix issues caused by lost connections. New and previously existing connection management is extracted to a...
## Use case We are developing a cross-platform social-media app based on user-created video content. We're using `camera` plugin for video recording and `video_player` for playback. We encountered the following...