upgrader icon indicating copy to clipboard operation
upgrader copied to clipboard

dialog getting dismissed

Open KallepalliTirumalesh opened this issue 2 years ago • 2 comments

Hi, Thanks for the plugin I am facing this issue on clicking update now the dialog is getting dismissed how to show persistent dialog until user updates the application.

class AppUpdate extends StatelessWidget{
  @override
  Widget build(BuildContext context) {
    // TODO: implement build
   return UpgradeAlert(
     upgrader: Upgrader(
         debugLogging: true,
         canDismissDialog: false,
         showIgnore: false,
         showLater: false,
         onUpdate: ()=>false,
         durationUntilAlertAgain: const Duration(seconds: 1)),

   );
  }

}

KallepalliTirumalesh avatar Dec 14 '22 18:12 KallepalliTirumalesh

Did you find a solution? I have the same issue

Navil avatar Jan 03 '23 06:01 Navil

@KallepalliTirumalesh @Navil Is this still an issue?

larryaasen avatar Nov 09 '23 13:11 larryaasen