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
I am trying to show a flushbar when an item is deleted from a list. It works fine when I am on top of the list but never show when I am lower or when there are only two elements left on the list.
I might do something wrong or maybe I should use an other strategy to call the flushbar as I am calling it inside the delete function.
} `
This function is called when a RawMaterialButton is pressed.
The list is created from a StreamBuilder.
As I said before, there must be a better and more stable way of doing it..
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to show a flushbar when an item is deleted from a list. It works fine when I am on top of the list but never show when I am lower or when there are only two elements left on the list.
I might do something wrong or maybe I should use an other strategy to call the flushbar as I am calling it inside the delete function.
My code is like this at the moment:
` deleteMeme(document) async {
} `
This function is called when a RawMaterialButton is pressed.
The list is created from a StreamBuilder.
As I said before, there must be a better and more stable way of doing it..
Thank you for your help.
The text was updated successfully, but these errors were encountered: