Clément Cardonnel
Clément Cardonnel
Hey! Have you tried adding the package via SPM, using the Xcode interface instead of the package file? I made it work by selecting the commit hash just like you...
I was experiencing this issue as well. This seems to be related to these stack overflow questions: - [AVCaptureSession freezes when torch is turned on](https://stackoverflow.com/questions/52297812/avcapturesession-freezes-when-torch-is-turned-on) - [Device torch turns off...
Just chiming to say that I find the README not useful as well. It's impossible to start using MySQL-Kit simply by reading it. Hiding the complexity of the setup code...
Yes, I didn't envision another usage than hour and minutes. In fairness, it's not very logical to add a capability that will only be used for a specific combination. But...
Yeah, can't work with Claude Opus on my project anymore.
I've noticed this issue as well using Flutter 3.24.1 and a Pixel 8a with Impeller enabled. On my end, it's random. 2 times out of 3 it works as expected,...
This is still here in Flutter 3.27. Any chance for this issue to get prioritized?
Same here! One of our QA testers running on 16.1 noticed it. This can actually be reproduced in the simulator. I've tried it on both 16.1 and 16.2. I resorted...
I tried writing a sample project, but I couldn't reproduce the issue as well outside of my project (which I cannot share)… However, I've tried setting `.nbUseNavigationStack(.never)` and it solved...
Upgrading to Flutter 3.27.0 brought me here. Some people already fixed and made forks: https://github.com/Ax0elz/figma_squircle I updated my pubspec.yaml file with the following: ``` figma_squircle: # It was on 0.5.3...