79202954

Date: 2024-11-19 10:12:52
Score: 1
Natty:
Report link

Please add this SnackBarBehavior.floating, like this:

  SnackBar(
    content: Text(loginResponse.message),
    behavior: SnackBarBehavior.floating, // Make the snackbar float above other content
  ),
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AzPsu