flutter_widget_from_html icon indicating copy to clipboard operation
flutter_widget_from_html copied to clipboard

Missing privacy manifest

Open javha97 opened this issue 1 year ago • 1 comments

Could you add privacy manifest file on your package? video_player_avfoundation, wakelock both of these two packages listed in privacy impacting packages

javha97 avatar Oct 02 '24 08:10 javha97

You will need to add the manifest to your app or ask the author of those packages. This package cannot add the manifest for native dependencies like that.

If you don't need to render VIDEO tags, it's possible to use flutter_widget_from_html_core to avoid them completely.

daohoangson avatar Oct 08 '24 14:10 daohoangson