This repository was archived by the owner on Nov 24, 2020. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 134
The loading box does not disappear #53
Comments
please use the code as
|
I tried that and it still doesn't work. |
@lqk9511 Did you manage to solve it? I'm facing the same issue on Android... |
@fernando-s97 what happened like, you are facing all the issues which are present in the issues section? |
@fayaz07 Yes! The first dialog shows correctly, and the second one never hides, but the isShowing() method returns false |
can you show me the code |
await state.progress.fold<Future>(
() => _downloadDialog.hide(),
(progress) => _downloadDialog
.show()
.then((_) => _downloadDialog.update(progress: progress)),
);
log('showing: ${_downloadDialog.isShowing()}'); |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
When I update to the latest version.
If I trigger multiple loading boxes at the same time, I use the
hide()
they will not disappear.because it has no
dismiss()
.To Reproduce
Expected behavior
Should disappear
Smartphone (please complete the following information):
Flutter 1.12.13+hotfix.9 • channel stable • [email protected]:flutter/flutter.git
Framework • revision f139b11009 (3 weeks ago) • 2020-03-30 13:57:30 -0700
Engine • revision af51afceb8
Tools • Dart 2.7.2
The text was updated successfully, but these errors were encountered: