Christian Padilla

Results 15 comments of Christian Padilla

Thanks darshankawar! Yes, that's just the call site of the app using this plugin that is seeing prod crashes.

Any suggestions from the team here what might be happening? We're still seeing this crash in production.

The plus_plugins of the fluttercommunity ended up reverting their federation, see: https://github.com/fluttercommunity/plus_plugins/issues/1226. I do not understand their CI-related rationale or whether it would be relevant to the flutter_workmanager plugin, but...

FYI Apple has indicated an enforcement date of May 1st for Privacy Manifests.

FYI in the meantime we are considering adding an extension something like this: ``` extension PermissionExtension on Permission { static Future get photosOrStorage async { final androidInfo = await DeviceInfoPlugin().androidInfo;...

Changed the title to clarify that rive_common is open source (the source can be downloaded directly from the package's pub.dev page, or via `pub get`), it's just that the source-of-truth...

I can repro this on web (doesn't repro on mobile). Steps: 1. Navigate to a level and win. 2. Wait for confetti animation to end and press "continue". 3. Try...

The same issues exists for the paths returned by `openFile` and `openFiles` on Android (the path value is a content URI and cannot be directly used in Dart). This behavior...

I've confirmed that the imageQuality value passed to dart gets correctly piped all the way to the call to UIKit method UIImageJPEGRepresentation, here: https://github.com/flutter/plugins/blob/ca3d569739b24dce0a89e1cc64d3af644fe03272/packages/image_picker/image_picker_ios/ios/Classes/FLTImagePickerMetaDataUtil.m#L87

Ah, you're absolutely right, it's just difficult to perceive but the image is in fact being compressed. Closing this bug, sorry for the noise!