-
After upgrading to `1.5.9-pre.108` I seem to be getting this issue with 3 packages I use, should I take this up with the packages or is it something that you guys will fix?
Pacakges affected in my…
-
I use the SliverOverlapAbsorber in the NestedScrollView to notify the SliverAppBar when I scroll the CustomScrollView in a pageview or a tabview. With pinned: true and floating: true, you will notic…
-
![flutter_map_flash 2019-05-07 08_35_48](https://user-images.githubusercontent.com/9468324/57305362-8fbe3480-70a6-11e9-81e2-c6864b9ac413.gif)
## Steps to Reproduce
```dart
@override
Wid…
-
We are developing an app for online meeting with realtime communication. Because of issues we had on the web in the past namely on iOS, we relied only on HTML render mode but we want to make the switc…
-
when i set ClampingScrollPhysics on CustomScrollView in NestedScrollView,it can only prevent the elasticity of the top, not the elasticity of the bottom of the widget
code sample
```dart…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/do…
-
Use doc sample code for NestedScrollView , but have many problem.
- If you don't set SliderAppBar's expandedHeight, listview inside tabbarview can't scroll vertical.
- so I comment SliverOverlapA…
-
## Bug report
I was trying to replace logViewItem function with my own customized logEvent function. I have added List to items variable in parameters.
I completely copied the same functions in…
-
### Steps to reproduce
1. Install code sample.
2. Try to scroll the page
### Expected results
The page doesn't scroll.
### Actual results
The page scrolls.
### Code sample
Code s…
-
SliverGridLayout, and its render object, assume that the first child always starts at (or before) the leading edge of the scroll view. It throws an assertion if the first child is fully within the vie…