Search code examples
flutterdartpackagesystem-alert-window

How to create a background floating widget ? - Flutter / Dart


Is it possible to create a widget that floats in the background ( i.e have a floating app when the user presses the home button)?

I tried using the system_alert_window ( https://pub.dev/packages/system_alert_window), however, it only allows text and button to float in the background, no other flutter widget could have been floated.

The images shown below are what I'm trying to achieve hereenter image description here

enter image description here


Solution

  • AFAIK, there is an available package of exactly what you needed. I suggest to explore pip_view plugin. Here is an example that was provided in the page:

    enter image description here