rohan20 / flutter-chat-app

A chat app built on Flutter with firebase authentication and image sharing capability.
MIT License
1.13k stars 326 forks source link

Wrap msg update to a class, how to update other pages? #6

Open lucasjinreal opened 6 years ago

lucasjinreal commented 6 years ago

Hi, I wanna ask, if I wrapped the msg come in to a global class, and its a stream, how to update other pages? I mean, when new msg comes, the session lists and chat page should update UI, how to achieve that?