Martin Georgiu
Martin Georgiu
**Describe the bug** When you set `Pod::PICKER_MEDIA = false` and `Pod::PICKER_AUDIO = false` in `Podfile` and you want to pick just documents, then the plugin is partially broken on iOS....
There is a missing return in the decrypt function in `cryptography_flutter`, which makes the data decrypted natively ignored.
## Steps to Reproduce 1. Execute `flutter run --profile` on the code sample 2. Now, as the app contains an animated widget like `CircularProgressIndicator()`, and it is hidden because of...
When the biometry is not available on the device for some reason (the sensor is broken, or it has seen wrong face too many times, so it wants a passcode),...
Is there a reason why the `--package` is required when the imports are in form of `package:`? I was thinking that if in the `--path` there is `pubspec.yaml`, we can...
I want to set up certificate pinning, which would work on both Android and iOS, but it would be handled by the native platforms (if I would use pinning in...