How to play a List of video in Flutter?

前端 未结 2 1068

I\'m using flutter video_player package to play a list of video.

List sourceList;

sourceList = [
  {
    \"size\":          


        
2条回答
  •  暖寄归人
    2020-12-16 07:28

    You must call the video controller dispose method in Override dispose method. Need not call dispose method when removevideo.

提交回复
热议问题