Home > Mobile >  How to make Android Widgets in flutter?
How to make Android Widgets in flutter?

Time:06-17

I want to make some widgets for android apps in flutter is it possible?

CodePudding user response:

Interesting question. Somme searching suggests it is possible, although as a caveat, I also see suggestions that it may not be very efficient (in terms of performance) so probably wise to not get too complicated. https://medium.com/@ashishgarg1998/how-to-create-home-screen-app-widgets-in-flutter-ce3458f3638e seems like a good point-of-entry.

CodePudding user response:

you can open this link for reference https://flutteragency.com/android-widgets-flutter-remember-simple-points/

  • Related