Flutter

Pages
Animated Jump to Page with Hooks

While PageView AnimToPage works perfectly for navigating between pages with elegant animation, it does not navigate directly to non-contiguous pages; here we show you how to get this feature using hooks.

Building a cached network video with Flutter Hooks and Riverpod.
Cache persistence video widget using Hooks and Riverpod

Building cache components has never been so easy: a hook (flutter_hooks) around here, a cache manager (flutter_cache_manager) there, and a powerful dependency injector (riverpod) to stick all the pieces together and you get the component you need to power the video presentation.