flyerhq / flutter_firebase_chat_core

Actively maintained, community-driven Firebase BaaS for chat applications with an optional chat UI.
https://flyer.chat
Apache License 2.0
261 stars 208 forks source link

black screen fixed #109

Closed WaseekSenju closed 1 year ago

WaseekSenju commented 1 year ago

What does it do?

It fixed the black screen of the app. Describe the technical changes you did. I just commented a line of code.

Why is it needed?

because a async method was called in initState Describe the issue you are solving. A black screen appears that is just a container in case of an error in rooms.dart file. It was because it's initState was calling a async funciton.

How to test it?

just run the app without my comments and it will work. Provide information about the environment and the path to verify the behavior.

Related issues/PRs

Let us know if this is related to any issue/pull request.