- 15 Apr, 2016 3 commits
-
-
Eric Seidel authored
update-packages only looks one level down, instead of changing that, I'm just adding dev/benchmarks explicitly. This will unbreak the bots which are dying trying to flutter drive dev/benchmarks/complex_layout without pub get having been run there. @yjbanov @devoncarew
-
Ian Hickson authored
...even if the test fails.
-
Yegor authored
-
- 14 Apr, 2016 10 commits
-
-
Yegor authored
until we have a fix for the breaking changes
-
Yegor authored
-
Phil Quitslund authored
Adding `@optionalTypeArgs`.
-
pq authored
With the new dev build we've got the updated linter and so can use the `@optionalTypeArgs` annotation (in `meta 0.12.0`). Bonus: this lets us clean up one more Regexp in the `analyze` command! :)
-
Eric Seidel authored
Add a basic scrolling test for the Gallery home page.
-
Yegor authored
-
Ian Hickson authored
-
Alhaad Gokhale authored
Repaint child view on attach / detach.
-
Devon Carew authored
* run pub for analyze and test * don't run pub when doing repo analysis * move logic for when to run pub into the commands * re-write ternary expression
-
Alhaad Gokhale authored
-
- 13 Apr, 2016 13 commits
-
-
Viktor Lidholt authored
* Improvements to the Grid list demo * More nits and fixes to grid demo in gallery
-
Ian Hickson authored
-
Ian Hickson authored
-
Eric Seidel authored
-
Ian Hickson authored
-
Eric Seidel authored
Current numbers from my Nexus 5: "average_frame_build_time_millis": 22.6854, "missed_frame_build_budget_count": 15, "frame_count": 15 Filed https://github.com/flutter/flutter/issues/3296 @yjbanov @hansmuller @vlidholt
-
Phil Quitslund authored
Bump dart SDK to 1.16.0-dev.5.0.
-
Ian Hickson authored
...by adding tests to our examples that don't import flutter_test, which pins the relevant dependencies. Also, provide more information when complaining about leaked transient callbacks in tests. Also, make tests display full information when they have an exception, by bypassing the throttling we have for Android logging in tests. Also, make the word wrapping not wrap stack traces if they happen to be included in exception output. Also, fix a leaked transient callback in the checkbox code.
-
pq authored
Among other things, grabs support for `@optionalTypeArgs`. This is the last dev push for 1.16. Here on out we're in cherry-pick season until 1.16 final.
-
Eric Seidel authored
Move flutter drive to use 8183 to not conflict with diagnostic server
-
Eric Seidel authored
When @jason-simons added the diagnostic server on Android this happened to conflict with flutter drive's usage of 8182. We really should fix both of these port users to be dynamic but this fixes https://github.com/flutter/flutter/issues/3291 for now. @yjbanov
-
Devon Carew authored
-
Ian Hickson authored
* Fix Block intrinsic functions * Update block_test.dart Fix the test per travis
-
- 12 Apr, 2016 14 commits
-
-
Ian Hickson authored
This also shrinks the width of the error messages a bit because now that we use 'package:' URLs the stacks are a bit narrower.
-
-
Adam Barth authored
-
Devon Carew authored
* styles updates for the api docs * update library docs * use the new --favion and --use-categories options for dartdoc
-
Adam Barth authored
Also fill in some related dartdocs.
-
Adam Barth authored
-
Adam Barth authored
Now past halfway though material.dart by files.
-
Viktor Lidholt authored
-
Jason Simmons authored
-
Tony Gentilcore authored
Roll engine to c3504b519fcd95179ea832460758712ecd0e433d
-
Tony Gentilcore authored
This picks up a change which fixes deps files generated by the snapshotter.
-
Hans Muller authored
* ClampOverscrolls Inherited Widget
-
Devon Carew authored
* add a --deploy flag to build apk * update command description * use an enum instead of a bool param for build variants * rename buildForDeploy flag to buildVariant * review comments
-
Devon Carew authored
-