We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey, using HomeWidget.renderFlutterWidget creates an image and it works very well, but is there any way to remove that generated image?
HomeWidget.renderFlutterWidget
Something like: HomeWidget.removeFlutterWidget(key: "my_key")
HomeWidget.removeFlutterWidget(key: "my_key")
The text was updated successfully, but these errors were encountered:
Hey, just use HomeWidget.saveWidgetData("my_key", null), at least for me it is working.
HomeWidget.saveWidgetData("my_key", null)
Sorry, something went wrong.
No branches or pull requests
Hey, using
HomeWidget.renderFlutterWidget
creates an image and it works very well, but is there any way to remove that generated image?Something like:
HomeWidget.removeFlutterWidget(key: "my_key")
The text was updated successfully, but these errors were encountered: