Yegor Pelykh

Results 23 comments of Yegor Pelykh

+1 Please implement this feature!

Why you don't react on this request?

![1](https://user-images.githubusercontent.com/21262076/172663965-12339fe2-d8ff-4641-b31f-48c3d8a59884.png)

Now I've tried. And it seems to work. Wow! Does anyone know why web support is not showing up in the platform information on the [pub.dev](https://pub.dev/packages/flutter_speed_dial)? I've seen many packages...

It would be nice, of course. But the main thing is that it works. By the way, the package is cool, thanks for making it!

Maybe I did not quite understand your point of view, but I set the splash color (black) to the application theme, but it still flickers light, it seems pure white....

New clarification: this flicker is not present if the property `renderOverlay` of SpeedDial is `false`. Which clarifies a bit that the problem is using the overlay. But unfortunately I need...

Basically, I have already found the cause of the problem. This place: https://github.com/darioielardi/flutter_speed_dial/blob/c01d6d94db849bcfd1f543fbed953650eb624b73/lib/src/background_overlay.dart#L62 If we put a different color there, all those flickers and repaints will now be in that...

The problem with using `flutter_portal` here is that it requires you to add their own Portal widget to the widget tree, above the Scaffold. That is, each user who installs...

Yes, probably in the case of using this package, it could be done in this way. But... Yesterday I tried to deal with this `flutter_portal`, also with your widget. But...