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
Describe the bug
The background dimming does not work on some screens .When i hot reload the current screen then dimming is shown or if we have multiple showcase then on the first showcase it does not show but on next showcase the dimming works.
Hi Abhi, i solved this problem .. here what you can do, i modified a little bit of your code like mine
WidgetsBinding.instance.addPostFrameCallback((timeStamp) { // add future delay function below here Future.delayed(const Duration(seconds: 1), () { // actually this code made my code working ShowCaseWidget.of(myContext).startShowCase([ _calendarKey, ]); }); });
Describe the bug
The background dimming does not work on some screens .When i hot reload the current screen then dimming is shown or if we have multiple showcase then on the first showcase it does not show but on next showcase the dimming works.
Here is my code
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
https://drive.google.com/file/d/1IEwLA3qVGKXMHz1NMiPmLWT5aTRLzFsV/view?usp=sharing
Desktop (please complete the following information):
[✓] Flutter (Channel stable, 1.22.3, on Linux, locale en_IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
[!] Android Studio (not installed)
[✓] Connected device (1 available)
! Doctor found issues in 1 category.
The text was updated successfully, but these errors were encountered: