- 23 May, 2016 5 commits
-
-
Devon Carew authored
-
Hans Muller authored
-
Devon Carew authored
-
Hans Muller authored
-
Adam Barth authored
We now match the spec much better, including handling dark theme. The main thing we're still missing is the landscape layout. Fixes #989
-
- 21 May, 2016 3 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
Fixes the breakage that https://github.com/flutter/flutter/pull/4092 would cause.
-
Hans Muller authored
-
- 20 May, 2016 12 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
-
Ali Ghassemi authored
Small fixes to contributing documentation.
-
Ali Ghassemi authored
-
Ali Ghassemi authored
- Using widgets/spinning_square.dart instead of non-existing examples/widgets for the `run -t` example - travis/test.sh -> dev/bots/test.sh - Couple of style changes.
-
Todd Volkert authored
For developers with the platform tools installed but no SDK, it prevents crashing in the flutter tool in favor of more user-friendly error messages downstream.
-
Mitch Rudominer authored
* New Material Design calculator example. (Attempt 2 after git fetch upstream). * Responded to code review. * Second round of code review.
-
Phil Quitslund authored
Rev the dart sdk to 1.17.0-dev.4.1
-
pq authored
Keeps up with the Joneses, pulling in the latest dev build (and with it a number of stability and perf improvements).
-
Hans Muller authored
-
- 19 May, 2016 14 commits
-
-
Chinmay Garde authored
-
Adam Barth authored
Looks like our intent here was to show the tab label rather than "Instance of '_Page'". Also, fix an issue where the scrollableKey wasn't being forwarded to the actual scrollable. Fixes #3090
-
Devon Carew authored
-
Devon Carew authored
-
Phil Quitslund authored
Fix analyzer field overrides.
-
Viktor Lidholt authored
-
pq authored
Cleans up 3 of the 4 violations of the `overriden_field` lint. The last one is more interesting and I'll defer to someone closer to that code: [lint] Do not override fields. (packages/flutter/test/rendering/rendering_tester.dart, line 91, col 14)
-
Eric Seidel authored
@chinmaygarde
-
Devon Carew authored
* rebuild when the build type changes * handle local engine builds * also check the timestamp
-
Hans Muller authored
-
Chinmay Garde authored
-
Phil Quitslund authored
Cleanup dangling comment references.
-
Devon Carew authored
-
pq authored
Quick pass at fixing a few dangling references as revealed by the new `comment_references` lint (https://github.com/dart-lang/linter/issues/240). There's a bunch more to do here before we can turn it on by default (~430 lints as of now). Many of them are a simple matter of adding an import (e.g., `dart:async` for library docs that reference `Future`) but others will require a bit of thought. Probably best done by the folks writing the code. :)
-
- 18 May, 2016 6 commits
-
-
Chinmay Garde authored
-
Ian Hickson authored
Don't suggest filing an issue when we can definitively say that the assertion in question was not thrown from within the flutter package. Fixes https://github.com/flutter/flutter/issues/3812. Put the stack trace first after the message, with more details below the stack trace, since the stack is often very useful and the stacks are no longer stupidly long. Better document the 'rescheduling' feature, and improve the error handling asserts when it is misused. Fixes https://github.com/flutter/flutter/issues/3888. Improve the wording around the stack dump for exceptions during callbacks. Improve the color and font size of messages in live tests. Fixes https://github.com/flutter/flutter/issues/4018.
-
Adam Barth authored
This patch updates the date picker to match the new spec. We're still missing a fade effect when scrolling from one month to another and we're missing the landscape layout. Fixes #3558
-
Ian Hickson authored
-
Ian Hickson authored
-
Phil Quitslund authored
Update to new analyzer and linter.
-