Ian Hickson
0e11b0e6e3
Make the widgets binding reusable. ( #3479 )
...
Previously the widgets layer only provided a concrete binding, which
makes it awkward to extend it compared to other bindings. This moves
widgets to the same style as the other layers.
In a subsequent patch I'll use this to make the tests layer saner.
2016-04-21 16:06:51 -07:00
Yegor
f3a4f722c4
[flutter_test] new WidgetTester API based on finder objects ( #3288 )
2016-04-13 23:40:15 -07:00
Devon Carew
8d02f304cf
update styles for the generated dartdocs ( #3276 )
...
* styles updates for the api docs
* update library docs
* use the new --favion and --use-categories options for dartdoc
2016-04-12 13:08:57 -07:00
Adam Barth
1484add104
Add TestGesture
...
This helper makes it easier to write correct tests that involve
gestures.
Fixes #1855
2016-02-21 14:32:58 -08:00
Adam Barth
b303e3db48
Move ServiceMocker into flutter_test
...
People writing their own tests will want to mock services as well.
2016-02-03 10:46:19 -08:00
Eric Seidel
1bde1e7939
Generate docs for more of our packages
...
I also stopped pushing docs to domokit.org I presume we
were doing that to not break old links. @abarth
@sethladd
2015-12-18 08:52:05 -08:00
Adam Barth
727ce65ffc
Add package:flutter_test
...
This package contains WidgetTester, which is very useful when writing tests for
widgets.
2015-11-23 14:09:12 -08:00