octomato / preload_page_view

Flutter pre-load PageView widget
Apache License 2.0
168 stars 49 forks source link

Remove Preloaded page from Memory #40

Open usamawork61 opened 1 year ago

usamawork61 commented 1 year ago

Is there a way to remove a preloaded page from the memory? Im building a video listing app which is taking up a lot of memory due to which the app crashes. using VideoPlayer with PreloadPageView

nhat108 commented 1 year ago

same!

jtkeyva commented 1 year ago

This person figured out how to make it work...

https://www.reddit.com/r/FlutterDev/comments/xou6uu/building_a_videodriven_social_app_with_flutter/

erkansahin commented 1 year ago

Would you share a sample code of your PreloadPageView usage? I use PreloadPageView and do not have such an issue. @usamawork61