Optimization of videos from Flutter App Api Call
I list videos from api on my page in Flutter.I used the PreloadPageView ‘preload_page_view’ package to list the videos.The videos are in mp4 format. Video sizes average between 100-200 mb. I make the api request on the previous page before going to this page and the data comes immediately. But on the screen where I show the videos, the videos can take a long time to load. What method should I follow for this?
Optimization of videos from Flutter App Api Call
I list videos from api on my page in Flutter.I used the PreloadPageView ‘preload_page_view’ package to list the videos.The videos are in mp4 format. Video sizes average between 100-200 mb. I make the api request on the previous page before going to this page and the data comes immediately. But on the screen where I show the videos, the videos can take a long time to load. What method should I follow for this?