- 01 Jun, 2016 5 commits
-
-
Adam Barth authored
-
Yegor authored
This reverts commit 215e1b89. It broke the Mac build: https://build.chromium.org/p/client.flutter/builders/Mac/builds/1097
-
Yegor authored
-
Adam Barth authored
There are many more places we can use this annotation. This patch starts out small to test the waters.
-
Adam Barth authored
This patch starts using the mustCallSuper annotation for several of the key lifecycle callbacks in the framework. I haven't added it to didUpdateConfig because there are a large number of non-compliant overrides. We should discuss whether we want to use it there.
-
- 31 May, 2016 9 commits
-
-
Adam Barth authored
As requested by the material design team. Fixes #4182
-
Ian Hickson authored
-
Adam Barth authored
-
Adam Barth authored
Currently this service just returns mock data, but it exercises the plumbing.
-
Ian Hickson authored
-
Phil Quitslund authored
Update analyzer dep to 0.27.4-alpha.9
-
Jason Simmons authored
-
Adam Barth authored
-
pq authored
Update analyzer dep to 0.27.4-alpha.9 to enjoy analyzer perf improvements (https://codereview.chromium.org/2011183004/) (and keep in sync with the SDK). (This is a revisit to https://github.com/flutter/flutter/pull/4253.)
-
- 30 May, 2016 2 commits
-
-
Adam Barth authored
I pulled the trigger to land the previous patch too quickly and missed a number of comments.
-
Adam Barth authored
-
- 29 May, 2016 4 commits
-
-
Adam Barth authored
We used to use this mechanism to paint scrollbars, but it's awkward. The new approach to scrollbars is much cleaner. This mechanism has no other clients, so we should remove it.
-
Devon Carew authored
* show build progress; print app sizes * add todo * review comments * remove unused import
-
Adam Barth authored
This example shows how to build a basic app using a custom Xcode project. Future patches will bring the functionality up to par with hello_android.
-
Adam Barth authored
The new mojom.dart code makes mocking services a bit tricky. I've filed https://github.com/domokit/mojo/issues/786 about improving that.
-
- 28 May, 2016 3 commits
-
-
Devon Carew authored
-
Devon Carew authored
* run pub get (w/ symlinks) for flutter drive * review comments
-
Jason Simmons authored
-
- 27 May, 2016 11 commits
-
-
Adam Barth authored
Instead of embedding Flutter.framework and BuildFlutterApp in the Xcode project, we store these in flutter.git, where we can reference them.
-
Devon Carew authored
-
Todd Volkert authored
-
Adam Barth authored
We'll use this functionality to implement some subtle behaviors for tooltips.
-
Chinmay Garde authored
-
Todd Volkert authored
-
Hans Muller authored
-
Yegor authored
* modernize `flutter drive` w.r.t. debug/profil/release options * make error message prettier
-
Adam Barth authored
There are still many more left before rendering.dart is complete.
-
Phil Quitslund authored
Bump dart SDK to 1.17.0-dev.6.
-
Adam Barth authored
Remove spurious padding. Fixes #3980 Fixes #3560
-
- 26 May, 2016 6 commits
-
-
Adam Barth authored
We now explain what coordinate system each argument is expected to be in. Fixes #4205
-
Devon Carew authored
* working on making a faster flutter run restart * clean up todos; fire events on isolate changes * use the Flutter.FrameworkInitialization event * review comments
-
Devon Carew authored
* resolve symlinks in paths to flutter * review comments
-
pq authored
-
Devon Carew authored
-
Hans Muller authored
-