upgrader
upgrader copied to clipboard
dialog getting dismissed
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)),
);
}
}
Did you find a solution? I have the same issue
@KallepalliTirumalesh @Navil Is this still an issue?