- 10 Mar, 2016 13 commits
-
-
Viktor Lidholt authored
-
Eric Seidel authored
`flutter run` should fail if `pub get` fails.
-
Eric Seidel authored
Previously we were ignoring the return code and continuing. @devoncarew
-
Hans Muller authored
Scaffold saves and restores scrollable state, etc
-
Hans Muller authored
-
Adam Barth authored
Update engine
-
Adam Barth authored
Fixes #2569
-
Ian Hickson authored
Enable always_declare_return_types lint
-
Hixie authored
And fix a zillion omissions this uncovered.
-
Yegor authored
[engine] bump version to f2d8d75897a5aadcd9be0067a78fce1cea677fd6
-
Ian Hickson authored
Make flutter analyze useful for package conflicts
-
Hixie authored
Also, resolve our package conflict, since reflectable has been fixed.
-
yjbanov authored
-
- 09 Mar, 2016 20 commits
-
-
Ian Hickson authored
Not as
-
Hixie authored
It has performance implications in release mode. We'll enable the lint once https://github.com/dart-lang/linter/issues/195 is fixed.
-
Adam Barth authored
Improve InputValue#toString
-
Adam Barth authored
Test harness should check for running Timers and AnimationControllers
-
Adam Barth authored
After running a widget test, we now clear out the widget tree and check that we didn't leak any timers or animations. Also, fix several bugs that this addtional check revealed. Fixes #2481
-
Viktor Lidholt authored
Adds initial version of Markdown renderer
-
Viktor Lidholt authored
-
Adam Barth authored
-
Alhaad Gokhale authored
Add `flutter_tools build` hooks to also generate depfile.
-
Devon Carew authored
fix a regression in flutter logs
-
Alhaad Gokhale authored
Fixes #1942.
-
Devon Carew authored
-
Hans Muller authored
Use lowerBound() from package:collection/collection.dart
-
Hans Muller authored
-
Hans Muller authored
Added SizeTransition
-
Hans Muller authored
-
Devon Carew authored
fix a npe in lastLogcatTimestamp
-
Devon Carew authored
-
Adam Barth authored
Remove //examples/widgets
-
Adam Barth authored
Most of the remaining widget examples are actually manual tests. This patch moves them into //dev/manual_tests. A couple are examples of using services, which I've moved to //examples/layers/services. The remainder are out-dated and are removed by this patch.
-
- 08 Mar, 2016 7 commits
-
-
Ian Hickson authored
-
Hans Muller authored
Support undo in the leave-behind demo
-
Adam Barth authored
Support reparenting state from MultiChildRenderObjectElement
-
Hans Muller authored
-
John McCutchan authored
Add ServiceProtocolDiscovery with tests
-
Adam Barth authored
Fixes #2085
-
John McCutchan authored
-