bordered-text
bordered-text copied to clipboard
Do not work anymore with flutter 3.10 on IOS
since flutter 3.10 it's not working on IOS devices anymore.
does anyone experiences the same problem ?
it seems a known issue : https://github.com/flutter/flutter/issues/126740
so accordng to that it may be because it's still unimplemented with impeller.
reading that : https://docs.flutter.dev/perf/impeller
we may be able to fix it by adding that key to Info.plist :
<key>FLTEnableImpeller</key>
<false />
Adding the FLTEnableImpeller key on Info.plist worked for me as well. Thanks!
me too! thanks so much!
The fix is implemented on the engine and has landed on flutter master on July, 13: https://github.com/flutter/flutter/commit/47ba59c762919d66811b72acab9732d6aa2a93c9
@dragouf Now that the fix got merged can you try again?
The problem still exists
The problem still exists
As writen here https://github.com/flutter/flutter/issues/137537
it should already be fixed in on master.
So you can test it in master or wait until the next Flutter version so above 3.13.9
.
3.16.0 worked fine
This has since been closed in the Flutter repo:
- https://github.com/flutter/flutter/issues/126010
It works on my machine with Flutter 3.19.1, so I assume this can be closed.