Hixie
d041f3ead5
More resilient Widget tests
...
- force the time dilation to 1.0 for the Widget tests, so that a local
change doesn't break all the tests during development.
- add missing license block to all the files.
- set ui.window.onBeginFrame to null when you use WidgetTester, so that
the engine doesn't trigger any confusing frames after our fake frames.
2015-11-16 12:29:25 -08:00
Hans Muller
d88cad16e6
fixed unit test dart analyzer-O
2015-11-03 11:10:41 -08:00
Hans Muller
a052842360
Adds FlexJustifyContent.collapse
2015-11-03 11:01:38 -08:00
Jason Simmons
5b72a2fdaf
Fix warnings seen when running skyanalyzer in strong mode
2015-10-15 10:56:03 -07:00
Adam Barth
65eba90843
Rename package:sky to package:flutter
2015-10-09 20:44:52 -07:00
Adam Barth
fbd5460b04
Integrate WidgetTester with FakeAsync
...
Fixes #1084
2015-10-01 10:56:58 -07:00
Adam Barth
45c906d2ad
Make fn3 the default widget framework
2015-10-01 09:48:35 -07:00
Adam Barth
4525159831
Consolidate widget tests
...
Now that we've ported all the widget tests to fn3, we don't need a separate fn3
directory.
2015-09-30 18:58:17 -07:00
Adam Barth
06ffa75919
Convert some tests to fn3
2015-09-25 09:29:04 -07:00
Adam Barth
528ff0f117
onPressed not called when in a Positioned Flex
...
We were setting the main axis extent to zero because we had a sign error.
Fixes #918
2015-08-31 09:12:40 -07:00