upgrader
upgrader copied to clipboard
Dont show dialog on IOS device
I use upgrader, this works well on Android but upgrade dialog not show on IOS device
My version in Appstore is
My code simply is
home: UpgradeAlert(
child: MyHomePage(),
upgrader: Upgrader(dialogStyle: UpgradeDialogStyle.cupertino, showLater: false,
showIgnore: false),
),
@phudqph09495 To better assist in analyzing issues, please include all of the upgrader log, which can be enabled by setting debugLogging to true.
@phudqph09495 Are you still having issues?