- 05 May, 2016 7 commits
-
-
pq authored
-
pq authored
-
pq authored
-
pq authored
-
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 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 10 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
-
Collin Jackson authored
Support for putting assets in android/assets folder (like ios/Resources)
-
Ian Hickson authored
* Track the worst frame in perf tests * Use backticks in "/// Returns `null` if"
-
Ian Hickson authored
This makes it easier to generate charts that show the engine time and the framework time separately.
-