Francesco Iapicca

Results 191 comments of Francesco Iapicca

@kostas95 the code sample doesn't seem to be runnable and also includes 3rd party package ([getx](https://pub.dev/packages/get)) please provide a minimal reproducible code sample w/o 3rd party packages

> [...] I suspect it's caused by the build or 3rd party packages. @szunyogh there isn't much flutter team can do about that

> I agreed that it's really hard to provide minimal reproducibale example. It's just like a black box for me. @narumi147 without a code sample (without any third party packages)...

> I have the same problem on iOS 16.4.1. Steps to reproduce, just open https://gallery.flutter.dev/#/ in safari. Click more than 6 items, and then click the top gallery in turn....

@CodeToFreedom as @huycozy mentioned [above](https://github.com/flutter/flutter/issues/124026#issuecomment-1519416512) > For the issue to be workable, it needs to be reproducible with a [completed and minimal reproducible code sample](https://stackoverflow.com/help/minimal-reproducible-example) that doesn’t include 3rd party...

@shervinbdndev a code sample would be useful to reproduce the issue

@gireeshkottayam this issue seems to be caused by [html_editor_enhanced](https://pub.dev/packages/html_editor_enhanced) and probably should be open [here](https://github.com/tneotia/html-editor-enhanced/issues)

@toplinuxsir could you provide your `flutter doctor -v`?

@mpastorino1 looks like 3rd party plugins are involved, could you provide a code sample?

> > adding export PATH="$PATH":"$HOME/fvm/versions/stable/bin" to path > > The doctor validator is suggesting `export PATH="$HOME/fvm/versions/stable/bin:$PATH"`, not the other way around. as I understand the warning ```console ! Warning: `dart`...