Max Tsyba

Results 94 comments of Max Tsyba

@Rizwan-Raza I get this error only when I pass ListView with `shrinkWrap: true`

Demonstration with: ``` DraggableScrollbar.arrows( padding: EdgeInsets.only(bottom: 100), child: ListView( padding: EdgeInsets.only(bottom: 100), ... ``` Before: ![before (1)](https://user-images.githubusercontent.com/37851576/145478397-f1e018d1-a81b-462a-a9f6-97b062dfa49a.gif) After: ![after](https://user-images.githubusercontent.com/37851576/145478422-67b0463c-ab19-46b8-90ae-2ba0c21e8447.gif)

Is it also possible to fix [this](https://github.com/akshathjain/sliding_up_panel/issues/137) issue using the same approach? Thanks.

@s0nerik Unfortunately, it's not -- I just tried to implement your changes, and issue still persists.

@s0nerik I've also tried your solution with `TabView` children of `panelBuilder`, and it seems not working as well - panel's still reacting to swipe when scrolling between tabs. Maybe I've...

@s0nerik UPDATE: It actually solves my problem with Draggable children, but at first you have to move item horizontally, and only after that panel stops to react to the movement...

@s0nerik Thanks for extended response! I got your thought. Just as you guessed, simply wrapping `SlidingUpPanel` into `ValueListenableBuilder` doesn't help -- panel continues to react to gestures. Could you please...

@s0nerik Thanks, it seems to work with no issues now :) Not sure if it will be right to ask you to add these changes to your pull request, since...

@JulianBissekkou You can simply import the whole `panel.dart` file in your project, and rename class to something like `CustomSlidingUpPanel`. It should work until the creators will merge @s0nerik 's patches.

> Right now, it is strictly impossible, since Apple doesn't provide any API for this. How about [this](https://stackoverflow.com/a/40148627/11381400) method?