Francesco Bussolino

Results 46 comments of Francesco Bussolino

Keep in mind this is not fully tested and may contain some bugs. But it applies the transformations in about 2 seconds and doesn't freeze UI.

> @FRANIAZA what this function return ? :- getBlobData(await myCanvas.toBlob(mimeType ?? 'image/jpeg')) and how can I access imageService here. Right, sorry. getBlobData is the following function, which I happened to...

I believe it does. What doesn't work on Web are file paths, maybe you're referring to that?

I tested it just now and it works fine. I am using extended_image: ^5.1.2 and Flutter 2.5.3. It could be some version incompatibility. I'll try updating to check whether that's...

Tested with flutter 2.8.1 and extended_image: ^6.0.1 -> still works

If you would like I could send you the dart file of my cropping page via email to provide a complete usage example

use onTap: () => state.showModal(), in your custom layout

I temporarily fixed this by creating my copy of QrPainter and adding ```dart final backgroundPaint = Paint()..color = Color(0xFFFFFFFF)..style = PaintingStyle.fill; canvas.drawRect(Rect.fromLTWH(0, 0, size.width, size.height), backgroundPaint); ``` at the beginning...

Using Icon instead of FaIcon fixed it. Thanks!

Support for web would be very nice