Skip to content

Flutter widget enabling programmatically scrolling widgets into view

License

Notifications You must be signed in to change notification settings

buntagonalprism/scroll_visibility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scroll Visibility

Flutter widget enabling programmatically scrolling specified widgets into view. Helpful for drawing user's attention to fields with errors during input validation or for highlighting interesting content.

Each widget to be scrolled into view needs a seperate scroll visibility node to identify it so this solution is not intended for scrolling through a large number of items in a ListView (instead consider interacting directly with the scroll controller).

About

Flutter widget enabling programmatically scrolling widgets into view

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages