flutter/packages/flutter_test
Ian Hickson 112f2cc37b Reset _simulation at the end of a fling (#3435)
Also a bit of code cleanup.

The key part of this patch is the addition in `_endScroll` to reset
`_simulation`. It seems like this was the one place where it's possible
for us to end the animation but not reset our state. Since we assert
that are state is coherent, we were hitting asserts when a fling
finished and then you interacted with the widget again.
2016-04-20 11:02:20 -07:00
..
lib Reset _simulation at the end of a fling (#3435) 2016-04-20 11:02:20 -07:00
test [flutter_test] new WidgetTester API based on finder objects (#3288) 2016-04-13 23:40:15 -07:00
pubspec.yaml Improve docs about why we pin analyzer (#3254) 2016-04-12 12:42:14 -07:00