Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter - show android homescreen widget in the app

Is it possible somehow to display Android homescreen widget as a Flutter widget?

I've read about PlatformView widget that can embed any Android view inside Flutter app. How is it possible to do the same with homescreen widgets?

like image 387
emvaized Avatar asked Dec 08 '25 08:12

emvaized


1 Answers

I found a github project which is only for android in flutter but initially has much to solve the problem This flutter_home_screen_widget_example github repo

Also found a similar github issue26134 requesting for the same

Got two more related stackoverflow questions

questions/44120149/android-lock-screen-widget-in-flutter

questions/47870740/flutter-is-it-somehow-possible-to-create-app-widgets-android-and-today-extens#47887388

like image 120
Hrithik Tiwari Avatar answered Dec 09 '25 20:12

Hrithik Tiwari