Max Tsyba

Results 94 comments of Max Tsyba

> > Honestly, I found scrolled navbars issue more disturbing :) > > Yeah. If we only have the source code of safari. lol. Anyway do you know the layer...

> Anyway, we really need to address the issues(nav-bars, headers, etc.) before implementing this. Sure! But I'm glad it seems to be at least possible - only need to solve...

Yeah, same. I've also noticed some layout issues with web apps because of translation of the `body`. Maybe it'll be great idea to ask on Reddit about this? Somebody may...

This patch somehow generated NaN _barOffset for me, so I modified it like this: ``` void _initOffsetForScrollInitialOffset() { if (widget.controller.hasClients) { _viewOffset = widget.controller.initialScrollOffset; _barOffset = _viewOffset / viewMaxScrollExtent *...

@tp7309 It works, but for some reason sticky headers now go below statusbar in collapsed mode (code from example_sliver.dart). ![ezgif com-video-to-gif](https://user-images.githubusercontent.com/37851576/76683962-b3300500-6610-11ea-96f3-eebd71f5ca97.gif)

@tp7309 Great, bug is fixed now! Thanks! My only question remaining is -- how to make headers and content share the same index in list? In my case of usage...

@tp7309 Works great now, thanks a lot! Thanks for your help with my issue. Your package is a great alternative for the two existing 'sticky-headers' packages. Some ideas for improving:...

@tp7309 Cool, thanks for your work! I'll try it. I also created a few new issues for further improvement of your package :)

However, I will leave this issue open, since the problem still exists in discussed package. @slightfoot Is this project abandoned?

By the way, you forgot to modify `SlideTransition`, so that when child is horizontal, scrollbar pulp should go down on dissapearing, and not to the side. To fix this you...