modwedar / YoutubeDataApi

A Flutter package for fetching complete data from YouTube.
Apache License 2.0
10 stars 13 forks source link

XMLHttpRequest error #4

Open samuel-kings opened 1 year ago

samuel-kings commented 1 year ago

Hi bro. Thanks for this plugin. I'm working on a Flutter web project, but I'm getting this error trying to get video data. How do I fix it? Thanks

lqlam commented 1 year ago
  1. This plugin cannot run on the Chrome -> using Androd/IOS devices
  2. Declare YoutubeDataApi youtubeDataApi in State of StatefulWidget, don't declare in Future func.