fluttercommunity / fluttercommunity/flutter-draggable-scrollbar

how to use draggable scrollbar with sliver list ?

Open
#4 8 comments 15 reactions 0 assignees View on GitHub
Dominant language
Dart
Stars
442
Forks
72
PR merge metrics
No merged PRs in 30d

Description

hello , I tried to add the draggable scrollbar but I don't think how to use in out of your example. currently I use sliver list like this

new CustomScrollView (
slivers:
[
SliverAppBar(
automaticallyImplyLeading: false,
elevation: 2.0,
expandedHeight: 125.0,
backgroundColor:Colors.grey.shade50,
flexibleSpace: FlexibleSpaceBar(
background: new Image.asset('assets/logo.png')
),
),
SliverList
(
delegate: SliverChildListDelegate
(

[ ...]

Have you an idea to implement this plugin in my exemple ? just need the more basic scrollbar. thank you

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.