Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 669 Bytes

StickyScrollView

pub package author

A Nested Scroll Layout with Sticky View.

Feature

  • 基于NestedScrollView实现;
  • 清晰的三层结构,Header + StickView + Content

Get Started

Add Dependency

dependencies:
  sticky_scroll_view: ^1.0.0

Usage

import 'package:sticky_scroll_view/sticky_scroll_view.dart';

child: StickyScrollView();

Support or Contact