Home > Software design >  Flutter widget slowly changing view on picture
Flutter widget slowly changing view on picture

Time:03-18

I am looking for a flutter package or widget, that enables a slow change of the spot seen in the picture so that a natural and modern look gets created. If you got an easy idea about how to create something like this please also share. It should look more or less like here: https://normcph.com/ Thanks for every reply!

CodePudding user response:

You can use kenBurnsView or parallax_bg. Just use the package and modify the the configuration based on your need.

I will recommend you to use kenBurnsView because it is very simillar to native android kenBurnsView-Android

  • Related