You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is currently possible, at least on android, but very hard to use.
You need to start your url with asset:///flutter_assets/, so e.g. for "assets/demo.mp4", it would look like this:
This is currently possible, at least on android, but very hard to use.
You need to start your url with
asset:///flutter_assets/
, so e.g. for "assets/demo.mp4", it would look like this:Instead, we should implement something similar to video_player:
UrlType
in the MediaItem pigeon.The text was updated successfully, but these errors were encountered: