Changing state of a List of objects in Flutter Cubit
I'm trying to delete a List of objects (Posts), which comes from Flutter Cubit method getPosts(), but I am absolutely not able to get these data in the second method of the cubit deletePosts(). From what I've searched on the…