Camille Simon

Results 199 comments of Camille Simon

Bumping to 7.2.2 in https://github.com/flutter/plugins/pull/6181

@ayoubXOXO What IDE are you using? I want to try to reproduce the issue so I can rule out this being caused by your environment.

My understanding is that these are blockers for web and this has been addressed, as per https://github.com/flutter/flutter/issues/101004.

@zezo357 I can work on adding tests to this to help land the change!

@zezo357 Sorry for the delay on this. Just added tests and made some minor changes. Let me know what you think!

@zezo357 Can you fix the failing Dart test? Then we'll need a second review.

@zezo357 I don't see that failure, but there is a formatting error, but you can run the command suggested to fix it https://github.com/flutter/plugins/pull/6213/checks?check_run_id=10935748930

@Coin-ai What is the easiest-to-follow reproduction steps? Based on the discussion, we believe that using a fresh Flutter create and setting `android.enableR8.fullMode=true` will give us the error you're seeing. Can...