Mitrakov Artem
Mitrakov Artem
Had the same issue. Updating `sbt-docker` to 1.8.2, `sbt` to 1.4.0+ and `sbt-docker-compose` to 1.0.35 solved the issue for me.
I have the same issue on an **existing MacOS app**, once upgraded MacOS Catalina 10.15.7 -> Ventura 13.3.1
@cstanze, @cbracken, very good catch, Jules! 🎉 Yes, you're right, I have a MacBook Pro mid 2012 (Intel Core i7 2.7 GHz, nVidia GeForce GT 650M 1Gb, Intel HD Graphics...
@cstanze, @cbracken, yes, with OpenCore Legacy Patcher v0.6.5 it renders normally! Thanks!
+1 for donate button 👍
Any updates? The bug still exists. Okay, escaping helps, but "key: value" notation would be a better solution
Source code ```dart import "dart:io"; import "package:flutter/material.dart"; import "package:flutter/services.dart"; import "package:image_editor/image_editor.dart"; import "package:extended_image/extended_image.dart"; // dependencies: // extended_image: 7.0.2 // image_editor: 1.3.0 // 1. Make sure to remove "com.apple.security.app-sandbox" from entitlements...
@zmtzawqlp, I ended up with this dirty-hack method: ```dart Rect _fixRect(Rect rect) { // extended_image: 7.0.2 has a bug when sometimes it provides "-0.0" values in Rect if (rect.left.isNegative ||...
> You must convert webp to png or jpeg first. Is it possible with this library?