Skip to content

Pageview widget that animates background color transition

Notifications You must be signed in to change notification settings

rodesfl/FlutterColoredPageView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter Colored Pageview

Simple Pageview widget that animates background colors between pages.

How to use it

The widget has only two properties to be set inside the constructor:

  • List<Widget> Pages: A list of widgets to be used as pages.
  • List<Color> Colors: A list of colors, ordered to be used with the respective pages.

The only requirement is that both lists have the same number of objects. Enjoy!

About

Pageview widget that animates background color transition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published