Flutter – Showing popup notifications to get location and disable battery optimization permission
I want to show some popups in a fluttter project to get location and disable battery optimazation whenever I open the app. Is it possible to show popup from the first second without using any elevated button or something else?…