-
-
Notifications
You must be signed in to change notification settings - Fork 279
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
Dialog not showing anything despite the logs saying it should. #434
Labels
How To?
This is a how to question
Comments
Looking at the log you provided I see that the dialog was to be displayed:
|
I am facing same issue,
My Code
|
@davidgtu , kindly check this -
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for making this package.
I'm trying to implement this feature into my app but I can't seem to see it working locally despite my logs saying otherwise.
In my attempt to test this, In my
pubspec.yaml
I tried to fake the version.My app is live with the version 3.22.2, and in
pubspec.yaml
I switched it so something lower, 3.22.0, but it doesn't work.Here are my upgrader logs:
My assumption is that
shouldDisplayUpgrade
should mean it should display something, right? Is there anything blocking the dialog from displaying?I've added
UpgradeAlert
to the top-level of my app as well:am I missing something? Is there something in the background that I'm not aware of and wouldn't work just by faking the version?
Thank you all.
The text was updated successfully, but these errors were encountered: