Flutter – type 'Null' is not a subtype of type 'Map<String , dynamic>' in type cast
I am trying to build a reddit clone app and the error is when clicking on edit community in mod toolsenter image description here i was building the edit community screen it was fine until i addedreturn ref.read(getCommunityByNameProvider(widget.name)).when( data: (community)…