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.
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 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.
Despite how popular NextJS has become in recent months and how easy it is to write content in `markdown` based text editors, there are no tutorials on how to render videos from this language to React; well, here we will see three easy ways to do it.
Although there are several tutorials that explain how to handle Firebase Push Notifications, they are all focused on the use of Ionic/Angular; well, this tutorial explains how to do it using Ionic/React.