- 14 Apr, 2016 3 commits
-
-
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 11 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
-
Ian Hickson authored
-
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
-
- 11 Apr, 2016 10 commits
-
-
Phil Quitslund authored
Migrate `enable-strict-call-checks` flag to options file.
-
pq authored
As per https://github.com/dart-lang/sdk/issues/25723, moves last command-line flag to `.analysis_options`.
-
Phil Quitslund authored
Analyze Command lint cleanup.
-
pq authored
The push to dev-4 allows us to cleanup a few more bits: * `api_docs` lint message special casing (lint fixed) * `allowedIdentifiersPattern` (lint fixed)
-
Devon Carew authored
* more terse flutter upgrade * fix an issue when updating and the engine update code has changed * call flutter precache; add a --no-color hidden option * fix a lint related to getters/setters
-
Ian Hickson authored
I ran into a case where I was setting minHeight=∞ and then calling layout() with that constraint, which is all kinds of bad. To try to catch this earlier, this patch now provides a way to catch constraints that are requiring infinite values. We don't _always_ check this because there are valid uses for BoxConstraints.biggest, e.g. as an additionalConstraint.
-
Seth Ladd authored
-
Seth Ladd authored
-
Devon Carew authored
* better messaging about windows support * fix lints
-
Devon Carew authored
-
- 09 Apr, 2016 2 commits
-
-
krisgiesing authored
-
stevemessick authored
* Add validity checks to create * Adjust indent
-