Show toast message when application close from background in flutter

1k Views Asked by At

Even if you remove the app from the background in flutter, a toast message should come every 1 second. Does anyone have a solution for this?

1

There are 1 best solutions below

0
On

you need to run a background service run timer every second if the user removes the app from the background and displays toast every second check this https://docs.flutter.dev/development/packages-and-plugins/background-processes