gradient_list_view 0.1.0 copy "gradient_list_view: ^0.1.0" to clipboard
gradient_list_view: ^0.1.0 copied to clipboard

A Flutter package to easily add gradient fade effects to the top and bottom of any scrollable widget, making content blend seamlessly.

gradient_list_view #

pub package License: MIT

gradient_list_view is a Flutter package that provides a simple yet effective way to add a gradient fade effect to the top and bottom of any scrollable widget. This creates a visually pleasing effect where content appears to blend seamlessly into the background, especially useful for long lists or scrollable areas.

Features #

  • Easy Integration: Wrap any scrollable widget (ListView, GridView, SingleChildScrollView, etc.) with GradientListView.
  • Customizable Gradients: Full control over gradient colors, stops, begin/end alignments, and even fixed height.
  • Non-blocking: The gradient overlay does not block pointer events, allowing users to interact with the underlying list items.

Installation #

Add this to your pubspec.yaml file:

dependencies:
  gradient_list_view: ^0.1.0 # Latest version
1
likes
0
points
26
downloads

Publisher

verified publisherdevastral.tr

Weekly Downloads

A Flutter package to easily add gradient fade effects to the top and bottom of any scrollable widget, making content blend seamlessly.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on gradient_list_view