Francesco Iapicca

Results 191 comments of Francesco Iapicca

Hi @qiuguian are those logs from `video_player `running on an iphone's safari, correct? thank you

Hi @w4mxl to better address the issue, would be helpful if you could post a self contained app on github or the steps to reproduce it. Thank you https://github.com/flutter/flutter/issues/35541

testing the [code above](https://github.com/flutter/flutter/issues/43396#issuecomment-606086950) with the latest master doctor ```console [✓] Flutter (Channel master, 1.21.0-6.0.pre.17, on Mac OS X 10.15.5 19F101, locale en-GB) • Flutter version 1.21.0-6.0.pre.17 at /Users/nevercode/development/flutter_master •...

> [...] most importantly how will the transition to WebAssembly affect Flutter web's hot reload capability? It is well understood that it is extremely hard to achieve hot reload in...

the issue reproduce with the latest master (1.19) https://github.com/flutter/flutter/issues/57071#issuecomment-627901034

@darshankawar @najeira @lyf571321556 the issue does not occur assigning a `controller` to each `ListView.builder` as you can see running this [code sample](https://dartpad.dartlang.org/8325dc9748c90d37a10cd93a8f542f25) consider it a workaround if you like, but...

> [...] yeah... but no... I mean, it seems you have open several NestedScrollView related issues, and I thought this might be related to the issue that you are working...

@SeasonLeee > oooooh... okay, my bad, because there's no single thumb up to your comment, and when I read all the comments, my mind just automatically filter out yours because...

Hi @Goopher could you please provide your updated `flutter doctor -v` and your `flutter run --verbose` and a reproducible minimal code sample or the steps to reproduce the problem. Thank...

@truyenjc @MahdiPishguy @valtlfelipe > I was facing this issue but it goes away if you run in release mode > `flutter run --release` does it occur in release mode? can...