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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arrow icon remains up even after page mounting #6

Open
sanju-developer opened this issue May 3, 2020 · 3 comments
Open

Arrow icon remains up even after page mounting #6

sanju-developer opened this issue May 3, 2020 · 3 comments

Comments

@sanju-developer
Copy link

First, Very nice Library, but I Stuck somewhere.

Could you please help me 馃槂

Like first I click on arrow icon then it show the animation beautifully, now the both widget open and then go to the next page and once you come back the card arrow icon will remain in up direction and data in Widget2 will be shown.

Screenshot 2020-05-03 at 2 24 26 PM

Please let me know what else can I do to resolve it.

Waiting for your response...

Thanks
Vivek Rajoriya

@ciriousjoker
Copy link

I couldn't replicate this in my fork, but I did nothing to fix this. Please close this issue if it's no longer relevant.

@smit-mist
Copy link

If someone found something regarding this please share. I am getting the same issue arrow remains upward after navigating from a different page. Thanks in advance

@smit-mist
Copy link

It turns out if we dispose the current screen and go to new screen and then we come back this issue won't happen. So basically if you want to move to some other screen don't use Navigator.push() instead use .pushReplacement() and then add will pop scope to the new page you moved in. This solution is not good performance wise but its works.

Again Thanks a lot for this widget

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

3 participants