Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.4k views
in Technique[技术] by (71.8m points)

Flutter : How to update widget state from background / service?

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


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...