I have been struggling with a concept regarding in app update notification to the user in flutter framework. I mean when you deploy a new version of an existing mobile app in google play store or in the apple app store, the user should get the notification on opening the app to use. as the user clicks update button, the new version of app should be downloaded from respective stores.
I tried to use upgrader package for the above feature, but i did not get the expected result