daohoangson / flutter_widget_from_html

Flutter package to render html as widgets that supports hyperlink, image, audio, video, iframe and many other tags.
https://pub.dev/packages/flutter_widget_from_html
MIT License
645 stars 242 forks source link

Missing privacy manifest #1348

Open javha97 opened 1 month ago

javha97 commented 1 month ago

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

daohoangson commented 1 month ago

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.