This repository was archived by the owner on Oct 13, 2025. It is now read-only.
Commit cd51761
authored
[scrollable_positioned_list] Fix manual scrolling accuracy. (#469)
* [scrollable_positioned_list] Fix manual scrolling accuracy.
Previously the GestureDetector caused the ScrollablePositionedList to loose a few pixels when scrolling started.
Part of work on #41.
* Fix formatting1 parent e0123ff commit cd51761
File tree
2 files changed
+21
-3
lines changed- packages/scrollable_positioned_list
- lib/src
- test
2 files changed
+21
-3
lines changedLines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
342 | | - | |
343 | | - | |
| 341 | + | |
| 342 | + | |
344 | 343 | | |
345 | 344 | | |
346 | 345 | | |
| |||
Lines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2266 | 2266 | | |
2267 | 2267 | | |
2268 | 2268 | | |
| 2269 | + | |
| 2270 | + | |
| 2271 | + | |
| 2272 | + | |
| 2273 | + | |
| 2274 | + | |
| 2275 | + | |
| 2276 | + | |
| 2277 | + | |
| 2278 | + | |
| 2279 | + | |
| 2280 | + | |
| 2281 | + | |
| 2282 | + | |
| 2283 | + | |
| 2284 | + | |
| 2285 | + | |
| 2286 | + | |
| 2287 | + | |
2269 | 2288 | | |
2270 | 2289 | | |
2271 | 2290 | | |
| |||
0 commit comments