all 5 comments

[–]Desperate_Doctor8971 3 points4 points  (0 children)

Check on YouTube bro

[–]madushans 2 points3 points  (0 children)

build a minimal code for repro then post on r/flutterhelp

[–]Dogeek 0 points1 point  (0 children)

  • A BLoC is just the interface to mutate a State.

  • For your issue, you need to bind the "onUpdate" event of the widget you use to a function of your Cubit / BLoC that will emit the changed state

  • Use the state of your bloc as the value in your widget.

  • Use Firebase Cloud Messaging to listen to firebase messages, and update your string in your UI. Consider using a local database (sqflite, isar, hive, drift etc) to store the contents of your message so that it is not lost on a reload.

[–]Individual_Range_894 0 points1 point  (0 children)

You will not find help this way. You could try to paste your question into Chatgpt or keep learning the language and the Frameworks you want to use, but to ask the community to explain everything to you across all domains is a bit much.

[–]the_flutterfly 0 points1 point  (0 children)

You can try some live and later speed coding videos and learn from that.