Kabo

Results 23 comments of Kabo

I tried saving the resized image as a JPEG file to see what it looked like. It is rotated 90 degrees and looks much coarser than the original. If the...

I think the coarseness (so-called moiré pattern?) is only because I took a photo of a QR code shown on a PC monitor, and don't think there are many cases...

I think this is a regression. Besides the issue above, it seems to me that it is also problematic that there is currently no way to automatically detect such a...

This issue does not occur with an older Typography. I think the following code in `Typography.material2021` is related. https://github.com/flutter/flutter/blob/0d7758e4b5ef4a352f50f25a68df51af1e55d2db/packages/flutter/lib/src/material/typography.dart#L186-L202 It was added in #116125. Here is what the PR says:...

The solutions listed there only help those who have no idea what has caused the errors. In my case, I already know why they are thrown. Excerpt from the README:...

Regarding the first case, I think the non-null assertion operator (`!`) should be avoided when methods are called on the CameraController. Even if it is checked before the try block...

@khoren93 Hi, thanks for quickly looking into the issue. I ran the same code with the latest commit in the main branch. **a)** The issue still seems to be around,...

This package may be mature as it has existed for many years. The problem is, it is ill-maintained, which is really a shame. e.g. The sample code on README does...

Unfortunately, I still get the error although I've already used it to customise the appearance. The error seems to be thrown at `Uri.parse()` being used without try-catch before the URI...

@csells I can see the difference between having the `errorBuilder` and not having the `errorBuilder`. Thanks. However, the app still crashes if any of the URIs starts with ":". There...