Trying to use Build Context across async gaps in flutter
I am trying to build a chat app, and have this class called ChatBubble. This also has the ability to have category from a list of topics. Here is my code: class _ChatBubbleState extends State<ChatBubble> { final topicsDb = TopicsDatabase();…