У нас вы можете посмотреть бесплатно Flutter Custom Page Scrolling Effect || CodeCast #6 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
"Just Code. No Voiceover, No Commentary." This time we create our own widgets to work with PageView which uses the same controller as PageView and animates based on where it is. It listens for changes in the scroll position to animate. Based on ScrollPosition of PageView, we create 2 widgets. 1. ScalablePage 2. RotatablePage They can be used independently or together. TIMELINE 13:33 - Next / Prev buttons 17:58 - First Page / Last Page buttons 23:23 - Smaller viewport fraction (other pages become visible) 28:51 - Added "scale" property to controle the size of page 50:08 - Calculating how to animate the scale property smoothly as the pageview scrolls 56:16 - [Progress point] 1:02:25 - Finally, page animates from scale 0 to 1. 1:03:42 - Page animates from minimum scale to full scale. 1:05:00 - ScalablePage is done, start making a RotatablePage widget to use for rotation 1:17:04 - [Progress point] found answer to bug 1:25:39 - Done! GitHub: https://github.com/codecast-yt/flutte... Code: https://github.com/codecast-yt/flutte...