- 09 May, 2016 6 commits
-
-
Hans Muller authored
-
Devon Carew authored
-
Adam Barth authored
Fixes #3795
-
Jason Simmons authored
-
Jason Simmons authored
-
Phil Quitslund authored
Fix analyzer error messages.
-
- 07 May, 2016 1 commit
-
-
Adam Barth authored
TextAlign applies to a whole paragraph instead of applying to an individual text span. This patch moves the property out of TextStyle and into a separate property on Text and RichText.
-
- 06 May, 2016 9 commits
-
-
Chinmay Garde authored
-
pq authored
-
pq authored
Will have the result of restoring `[static warning]` to `[warning]`, etc. (This is essentially how we handle it in the analyzer CLI.)
-
Adam Barth authored
Fixes #3759
-
Phil Quitslund authored
Analysis re-work to use analyzer APIs.
-
Ian Hickson authored
It has no more clients. Follow-up to #3734. Fixes #2484
-
pq authored
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
Viktor Lidholt authored
-
- 05 May, 2016 13 commits
-
-
krisgiesing authored
* Move global analysis options file to the repo root Also restore the analysis options file for stocks example, since the global options trigger warnings on generated intl files. * Remove obsolete analysis options file for Material Gallery example
-
Jason Simmons authored
-
pq authored
-
Devon Carew authored
-
pq authored
-
pq authored
-
pq authored
-
pq authored
-
Adam Barth authored
Previously it used Block, which is less efficient for large numbers of items. Also move the top margin out of the menu item to fix the baseline alignment of the text. Fixes #1615
-
Adam Barth authored
Fixes #3747
-
pq authored
Introduces a new Dart analysis wrapper that works directly with the analyzer API (in favor of shelling out to a separate process). Some consequences: * we no longer need to fear parts (simplifying our dart file gathering) * we can filter by error code (when needed), rather than by error strings * no more IO scraping * no need to generate `main()` or to run with `--package-warnings` * we now specify an analyzer (and linter) version in the pubspec (we’ll want to make sure this doesn’t diverge too far from the analyzer shipped with the SDK but it does give us some room to play with experimental builds) * no more (re)scanning of error source files (and so no more source cache) * should generally be a bit simpler and easier to maintain * runs a bit faster :)
-
Adam Barth authored
Fixes #3741
-
Adam Barth authored
This patch sizes the menu such that it is always on screen, but doesn't scroll the menu to ensure that the currently selected item is always visible and on top of the button. That will need to wait for a later patch. Also, teach CustomPaint how to repaint animations more efficiently. Fixes #3720
-
- 04 May, 2016 11 commits
-
-
Phil Quitslund authored
Prefer implict `equals` matcher in test expectations.
-
Yegor authored
-
Phil Quitslund authored
Last literals get their types.
-
pq authored
@Hixie: as per our conversation, a little more concise.
-
Adam Barth authored
This test hangs occationally on the bots and the bots aren't smart enough to recover, which means the whole project gets blocked. Filed #3735 about the hang.
-
Devon Carew authored
-
pq authored
Last fixes to get the repo running clean checking for annotations on list and map literals.
-
Adam Barth authored
Clients of getPosition should just use a one-child custom layout delegate instead. Fixes #2484
-
Matt Perry authored
* First pass at a material-style copy/paste toolbar. This mimics the toolbar you see when selecting text in an Android material app. There's still more to do (like integration with the system clipboard), but this seemed like a good stopping point. BUG=https://github.com/flutter/flutter/issues/1567
-
Devon Carew authored
* complain on missing entries in flutter.yaml * change to a hard failure
-
Phil Quitslund authored
More type annotations for literals.
-