Skip to content

PandoraMaze/StickyScrollView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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