flutter/packages/newton
Adam Barth 5a5fcb959d Scrollable sometimes pushes frames forever
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
2016-03-21 12:21:24 -07:00
..
lib Scrollable sometimes pushes frames forever 2016-03-21 12:21:24 -07:00
test Enable always_specify_types lint 2016-03-12 00:37:31 -08:00
pubspec.yaml Move flutter tests from packages/unit to packages/flutter/test 2015-12-16 08:00:57 -08:00
README.md Update Travis badges on the READMEs 2015-11-02 22:21:58 -08:00

Newton

Simple Physics Simulations for Dart. Springs, friction, gravity, etc.

To run the tests:

  • pub get
  • pub run test