Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The update now and later buttons are not showing in both ios and android, but I can still tap them and they redirect to the App Store. #476

Open
jitender-skycap opened this issue Dec 5, 2024 · 1 comment

Comments

@jitender-skycap
Copy link

I tried by changing text style with different color but no use.

  navigatorKey: rootNavigator,
  upgrader: upgrader,
  cupertinoButtonTextStyle: TextStyle(color: Colors.white),
  showIgnore: false,
  showLater: false,
  dialogStyle: UpgradeDialogStyle.material,

Here are the logs.

Screenshot 2024-12-05 at 7 22 28 PM

@jitender-skycap
Copy link
Author

@larryaasen, Its working for custom alert, ie by using MyUpgraderAlert.

return MyUpgradeAlert( navigatorKey: rootNavigator, upgrader: upgrader, showIgnore: false, showLater: false, chid: AnyWidget)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant