I have an app that is running a background service on Android using Flutter and it’s ‘flutter_background_service’ package. The functionality I want to achieve is to open up the app itself from that very background service. Any suggestions? I just can’t seem to make it work 🙁
I tried using the ‘installed_apps’ package and it’s ‘startApp’ function which starts an app by it’s package name. Didn’t work for me.
I had several different attempts using method channels, but no success either.
Mar7en is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.