sliver_catalog 0.1.1
sliver_catalog: ^0.1.1 copied to clipboard
A collection of experimental and creative slivers for Flutter.
#
What this library is #
A collection of experimental and creative slivers for Flutter. Extend your scrolling experience beyond the basics.
Overview #
Sliver Catalog provides a set of advanced and experimental slivers for Flutter, enabling developers to create unique, visually engaging scroll effects. The package includes basic slivers as a platform for creating effects and specific implementations that provide ready-to-use effects.
Basics #
- ScrollHijackSliver: A sliver that consumes a specified amount of scrollable space before allowing its child to start scrolling.
- LeavingViewportShaderSliver: Applies a shader on top of the child while it leaves the viewport.
- LeavingViewportTransformedRenderSliver: A render object that applies a transformation to the child while it leaves the viewport.
Ready-to-use effects #
- SpinnerSliver: Rotates its child as it leaves the viewport, with configurable anchor and angle.
- GliderSliver: Smoothly shifts the child in and out of the viewport.
- FreezeSliver: Applies a freezing effect to the child while it leaves the viewport.
- BloodSliver: Applies a blood covering effect to the child while it leaves the viewport.
Maintainer #
Mikhail Zotyev
License #
This project is licensed under the MIT License. See LICENSE for details.