We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
entering wrong password in desktop view of app does not show a visual indication of wrong password
DartError: Assertion failed: file:///Users/soumyayotimohanta/Developer/flutter/packages/flutter/lib/src/material/scaffold.dart:314:7 _scaffolds.isNotEmpty "ScaffoldMessenger.showSnackBar was called, but there are currently no descendant Scaffolds to present to." dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 296:3 throw dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 29:3 assertFailed packages/flutter/src/material/scaffold.dart 314:18 showSnackBar packages/monumento/presentation/authentication/desktop/login_view_desktop.dart 74:59 packages/flutter_bloc/src/bloc_listener.dart 215:16 dart-sdk/lib/async/zone.dart 1594:9 runUnaryGuarded dart-sdk/lib/async/stream_impl.dart 365:5 [_sendData] dart-sdk/lib/async/stream_impl.dart 541:13 perform dart-sdk/lib/async/stream_impl.dart 646:10 handleNext dart-sdk/lib/async/stream_impl.dart 617:7 callback dart-sdk/lib/async/schedule_microtask.dart 40:11 _microtaskLoop dart-sdk/lib/async/schedule_microtask.dart 49:5 _startMicrotaskLoop dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 181:7
The text was updated successfully, but these errors were encountered:
@mdmohsin7 please assign me this issue
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
🐛 Describe the bug
entering wrong password in desktop view of app does not show a visual indication of wrong password
Screen.Recording.2025-01-16.at.9.51.20.PM.mp4
This is the full error code in terminal :
DartError: Assertion failed: file:///Users/soumyayotimohanta/Developer/flutter/packages/flutter/lib/src/material/scaffold.dart:314:7
_scaffolds.isNotEmpty
"ScaffoldMessenger.showSnackBar was called, but there are currently no descendant Scaffolds to present to."
dart-sdk/lib/internal/js_dev_runtime/private/ddc_runtime/errors.dart 296:3 throw
dart-sdk/lib/_internal/js_dev_runtime/private/ddc_runtime/errors.dart 29:3 assertFailed
packages/flutter/src/material/scaffold.dart 314:18 showSnackBar
packages/monumento/presentation/authentication/desktop/login_view_desktop.dart 74:59
packages/flutter_bloc/src/bloc_listener.dart 215:16
dart-sdk/lib/async/zone.dart 1594:9 runUnaryGuarded
dart-sdk/lib/async/stream_impl.dart 365:5 [_sendData]
dart-sdk/lib/async/stream_impl.dart 541:13 perform
dart-sdk/lib/async/stream_impl.dart 646:10 handleNext
dart-sdk/lib/async/stream_impl.dart 617:7 callback
dart-sdk/lib/async/schedule_microtask.dart 40:11 _microtaskLoop
dart-sdk/lib/async/schedule_microtask.dart 49:5 _startMicrotaskLoop
dart-sdk/lib/_internal/js_dev_runtime/patch/async_patch.dart 181:7
The text was updated successfully, but these errors were encountered: