Home Screen widget in Flutter

心已入冬 提交于 2020-12-06 04:01:21

问题


I have to build a flutter app where the data need to be shown on home screen of the phone, if the app is in background mode.

Till now i have not found any relevant information regarding the home screen widget or how to create the app widget in flutter except the one that

we can build app widget in native(Android/iOS). Native widget in android

Do i need to handle app widget from the native code or is there a way to handle app widget in flutter.

来源:https://stackoverflow.com/questions/58724673/home-screen-widget-in-flutter

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!