flutter_sticky_header 0.3.3 copy "flutter_sticky_header: ^0.3.3" to clipboard
flutter_sticky_header: ^0.3.3 copied to clipboard

outdated

Flutter implementation of sticky headers as a sliver. Use it in a CustomScrollView.

0.3.3 #

Added #

  • Overlap support

0.3.2 #

Added #

  • Dart 2 support

0.3.1 #

0.3.0 #

Added #

  • SliverStickyHeaderState class. This state has scrollPercentage and isPinned properties and it's passed to the SliverStickyHeaderBuilder when it changes.

Changed #

  • The second parameter for SliverStickyHeaderWidgetBuilder takes now a SliverStickyHeaderState instead of a double.

0.2.0 #

Removed #

  • sliverStickyHeaderScrollNotifier argument in SliverStickyHeader constructor.

Changed #

  • Rewrite how to notify the scroll percentage, so that the it does not lag by one frame.

0.1.0 #

  • Initial Open Source release.
769
likes
0
pub points
98%
popularity

Publisher

verified publisherromainrastel.com

Flutter implementation of sticky headers as a sliver. Use it in a CustomScrollView.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_sticky_header