ABausG / home_widget

Flutter Package for Easier Creation of Home Screen Widgets
753 stars 204 forks source link

In debug widget are showing in the widgets list but when build for the release they are not available #247

Closed StevePhuc closed 5 months ago

StevePhuc commented 5 months ago

I follow https://codelabs.developers.google.com/flutter-home-screen-widgets , everything works fine, able to use simulator add the home widget but when build release the app with

flutter build ipa

widget are not available in the iphone widget list to add.

I use AppIntent Widget

Do I missing some step or need to do some extra step when build in release.