Welcome to 16892 Developer Community-Open, Learning,Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I'm new in flutter.

I created an service with the android alarm manager plugin to get data from json Api every x minutes. That's ok.

I use a stateful widget with streambuilder + futurebuilder to fetch my json data. At the first load, data are displayed, but when i put new data in the stream (sink.add) from the background / service, the widget is never reloaded.

Please How can reload a widget from the background / service ?

I read more & more tuto and i don't find the anwser.

Many thanks


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
3.4k views
Welcome To Ask or Share your Answers For Others

1 Answer

等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to 16892 Developer Community-Open, Learning and Share
...