Skip to content

A package that helps developers cancel ripples caused by excessive Listview scrolling.

License

Notifications You must be signed in to change notification settings

CNMathon/noripple_overscroll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

noripple_overscroll

A package that helps developers cancel ripples caused by excessive Listview scrolling.

Getting Started

The package is very easy to cancel ripples caused by excessive Listview scrolling. What you need to do is just pass your ListView Widget to it!

Just like this:

class _NorippleDemo extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return NoRippleOverScroll(  // Calling NoRippleOverScroll
      child: ListView(          // Pass in ListView
        ...
      ),
    );
  }
}

Yes, it's so easy like this! Now, start experiencing it!

About

A package that helps developers cancel ripples caused by excessive Listview scrolling.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages