JT

Results 159 comments of JT

Not sure if possible at the package level, but this detects more than focus. Perhaps you make a wrapper for MaterialApp? https://www.filledstacks.com/post/flutter-application-life-cycle-management/

awesome thanks!

Preload Videos is good too :) I think one of the biggest issues devs deal with is how to performantly display multiple videos without hiccups. It's to be expected nowadays...

Thanks @alexmercerind the demo is pretty great! Yes it is high performance for sure, great job :) The playlist is "almost" what I'm looking for. In the demo you can...

Thank you for the thorough response!! "I've implemented an Instagram story/reels like experience without much implementation complexity." Any chance of sharing your version or explanation how you did it? This...

awesome demo, look forward to battle testing the demo! i've used [pre-load pageview](https://pub.dev/packages/preload_page_view) and [cached video player](https://pub.dev/packages/cached_video_player) which is OK but not sure I trust it because it seems too...

what is the value prop for this package? video_player package now has support for macOS. this has no updates in 5 months

@sbenmeddour thanks, but it's quite choppy. this was an issue with the [video_player package](https://pub.dev/packages/video_player) and this [smooth_video_progress package](https://pub.dev/packages/smooth_video_progress) was a good solution Here is my code in which the video...

@alexmercerind thanks, i look forward to the new release! one trick i figured out was to simply speed up the video for fast forward seek. but there is not -.4...

@sbenmeddour interesting solution, thanks. it works ok... but if you swipe the slider, it does so in "chunks". which is a the main problem i'm trying to solve. it's not...