fluttercommunity / flutter_workmanager

A Flutter plugin which allows you to execute code in the background on Android and iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can I use it to implement the reload timeline for iOS widgets?

GanZhiXiong opened this issue · comments

This is a great plugin.

Requirement

Implement a widget that supports Android and iOS.
I want to use it and flutter_workmanager to request the HTTP interface to update the data on the widget every 15 minutes.

ABausG/home_widget#202