- 06 May, 2016 3 commits
-
-
Ian Hickson authored
It has no more clients. Follow-up to #3734. Fixes #2484
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
Viktor Lidholt authored
-
- 05 May, 2016 7 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
-
Devon Carew 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
-
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 23 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.
-
Devon Carew authored
* better parsing of adb devices output * re-order lines
-
Ian McKellar authored
Fixes #3730
-
Devon Carew authored
-
krisgiesing authored
This aligns the analysis options used by 'flutter analyze' with the options used by Atom.
-
pq authored
The `flutter` package gets more types! Follow-up from: https://github.com/flutter/flutter/pull/3727.
-
Devon Carew authored
-
Phil Quitslund authored
Literals get type annotations.
-
pq authored
As per the recent fix to the `always_specify_types` lint (https://github.com/dart-lang/linter/issues/199), literal maps and lists are now expected to be explicitly typed. Running that lint on the repo identifies quite a few spots to update. This focuses on `flutter_driver` and `flutter_sprites` (somewhat arbitrarily) but the changes are fairly representative. Note there are a number of places where I made a quick judgement on how specific to make the types. Feedback on those is welcome. (Especially as we move forward with more.)
-
Ian Hickson authored
Turns out we were storing the same object in the base class and the subclass. For pretty much every AnimatedWidget subclass.
-
Adam Barth authored
Making progress towards document all public APIs in material.dart. We're still missing a few odds and ends (as well as missing docs in tabs.dart, tooltip.dart, and two_level_list.dart).
-
Hans Muller authored
* Gallery demo start-time performance test
-
Viktor Lidholt authored
-
- 03 May, 2016 7 commits
-
-
Yegor authored
The same can now be achieved using `flutter run --trace-startup --no-checked`.
-
Devon Carew authored
* make the usage text more visible * update the look of the usage text
-
Adam Barth authored
This patch completes the circuit on this library. The next step is to go through and add docs to anything we missed.
-
Ian Hickson authored
* ClipPath * Add a test for ClipOval and ClipPath
-
Ian Hickson authored
-
Adam Barth authored
We were looking for this service in the wrong service provider. Fixes #3683
-
Ian Hickson authored
-