You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2020. It is now read-only.
Describe the bug
I got strange condition if I have multiple progress dialog instance in a Statefull Widget, progress dialogs instantiate on build widget like this
So if I can't instantiate multiple instance (Normal and Download), I would just give the type to ProgressDialogType.Normal and update the percentage in the text instead of progress property.
That's ok, thanks for replying. My suggestion is remove the Type and add child property for customize the content element (you know, just if can be done 😄 )
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
I got strange condition if I have multiple progress dialog instance in a Statefull Widget, progress dialogs instantiate on build widget like this
If I call progressDialog.show() or progressDownloadDialog.show(), the progressDownloadDialog will be triggered.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
I can use multiple ProgressDialog in a StatefullWidget
Screenshots
Not yet
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: