Simplify creating overlays in Flutter 🧩 OverlayPortal is a widget that allows you to paint a widget anywhere on the screen, on top of the widgets that are already there. Watch the #WidgetoftheWeek → goo.gle/4aesJcP
6
52
387
34K
91
Download Gif
@FlutterDev I have recently created an article about it as well: lazebny.io/popups-in-flut… It also tells how to solve common problems of alignment and positioning properly, without positioned and hardcoded offsets.