- 10 Feb, 2018 1 commit
-
-
Michael Goderbauer authored
-
- 14 Nov, 2017 1 commit
-
-
Jeff McGlynn authored
* PageView ballistics overshoot the page on some devices On some devices, such as Cupertino “Plus”-sized devices, scrolling left on the first page of a PageView will overshoot the first page and land on the second page. The issue is that applyContentDimensions incorrectly detects a content size change due to a floating point comparison on certain screen sizes (18257.400000000005 vs 18257.4) To fix this, perform a nearEqual comparison in applyContentDimensions. * Apply style changes to nearEqual for code review feedback.
-
- 27 Apr, 2016 1 commit
-
-
Adam Barth authored
Rather that importing `package:newton/newton.dart` you can `import package:flutter/physics.dart`. Fixes #2441
-
- 04 Apr, 2016 1 commit
-
-
Ian Hickson authored
-
- 21 Mar, 2016 1 commit
-
-
Adam Barth authored
We were setting a negative velocity tolerance, which never triggered because we assume tolerances are positive numbers. Now we use a positive tolerance and assert to catch this case in the future. Fixes #2765
-
- 01 Mar, 2016 1 commit
-
-
Adam Barth authored
Fixes #1355
-
- 14 Jul, 2015 1 commit
-
-
Chinmay Garde authored
-
- 10 Jul, 2015 1 commit
-
-
Adam Barth authored
We don't need to compute simulations out to that many decimal places because we're working in pixels. R=chinmaygarde@google.com
-
- 02 Jul, 2015 1 commit
-
-
Chinmay Garde authored
-