bordered-text icon indicating copy to clipboard operation
bordered-text copied to clipboard

Do not work anymore with flutter 3.10 on IOS

Open dragouf opened this issue 1 year ago • 9 comments

since flutter 3.10 it's not working on IOS devices anymore.

does anyone experiences the same problem ?

dragouf avatar May 11 '23 16:05 dragouf

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 />

dragouf avatar May 16 '23 12:05 dragouf

Adding the FLTEnableImpeller key on Info.plist worked for me as well. Thanks!

rafaelwms avatar Jul 27 '23 01:07 rafaelwms

me too! thanks so much!

snakeshift avatar Aug 19 '23 10:08 snakeshift

The fix is implemented on the engine and has landed on flutter master on July, 13: https://github.com/flutter/flutter/commit/47ba59c762919d66811b72acab9732d6aa2a93c9

Cteq3132 avatar Aug 22 '23 08:08 Cteq3132

@dragouf Now that the fix got merged can you try again?

guyluz11 avatar Oct 29 '23 11:10 guyluz11

The problem still exists

yalong0521 avatar Oct 31 '23 14:10 yalong0521

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.

guyluz11 avatar Oct 31 '23 14:10 guyluz11

3.16.0 worked fine

NSLogZfRee avatar Nov 23 '23 13:11 NSLogZfRee

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.

ciriousjoker avatar Apr 20 '24 19:04 ciriousjoker