fluttercandies / extended_nested_scroll_view

extended nested scroll view to fix following issues. 1.pinned sliver header issue 2.inner scrollables in tabview sync issue 3.pull to refresh is not work. 4.do without ScrollController in NestedScrollView's body
MIT License
596 stars 120 forks source link

adding support for reverse inner scroll (ex. on chat view) #112

Closed dna-f closed 2 years ago

dna-f commented 2 years ago

Adding support for reverse inner scroll (ex. on chat view)

zmtzawqlp commented 2 years ago

https://github.com/fluttercandies/flutter_challenges/blob/main/lib/chat_sample.dart

reverse list is not best solution

dna-f commented 2 years ago

Ok thanks ;)