- 04 Oct, 2016 5 commits
-
-
Adam Barth authored
This patch removes the Mozart dependencies from object.dart and layer.dart, which will make it easier for us to move the Mozart dependencies purely into the Fuchsia tree.
-
Chinmay Garde authored
-
Dan Rubel authored
-
P.Y. Laligand authored
-
Ian Hickson authored
* Update ISSUE_TEMPLATE.md Let's move the flutter doctor stuff last since it's usually not as critical as the logs. * Update ISSUE_TEMPLATE.md
-
- 03 Oct, 2016 10 commits
-
-
Hans Muller authored
-
Chris Bracken authored
-
Hans Muller authored
-
Jason Simmons authored
-
Adam Barth authored
Fixes #988
-
Hans Muller authored
-
Jason Simmons authored
The diagnostic port forward can be arbitrarily assigned and typically is not the default Fixes https://github.com/flutter/flutter/issues/5867
-
Chris Bracken authored
The current implementation matches the default behaviour of the material scaffold.
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/4478
-
Chris Bracken authored
-
- 02 Oct, 2016 1 commit
-
-
Dan Rubel authored
fixes https://github.com/flutter/flutter/issues/6163
-
- 01 Oct, 2016 2 commits
-
-
P.Y. Laligand authored
-
P.Y. Laligand authored
-
- 30 Sep, 2016 8 commits
-
-
qchong authored
-
qchong authored
Refined query template with "new" keyword.
-
Dragoș Tiselice authored
DragTarget would call setState after it was disposed in didLeave and didDrop. Fixes #6128.
-
Ian Hickson authored
Turns out the lowest version allowed here isn't compatible with flutter_tools' usage of this package.
-
P.Y. Laligand authored
-
Adam Barth authored
-
Adam Barth authored
Now dart:ui does the decoding of the pointer data itself, which means we don't need to do it in the framework.
-
Adam Barth authored
-
- 29 Sep, 2016 6 commits
-
-
Hans Muller authored
-
Devon Carew authored
* use less granular progress * update restart text
-
Yegor authored
* fix flutter watch benchmark Syncs https://github.com/flutter/cocoon/commit/d2d7950ecd2c72421d75d9b5d54805cc554e92a8 * Split Android/iOS impl behind a unified interface Syncs https://github.com/flutter/cocoon/commit/db87e10fa54317115479d0b85280c7e5eed08ff7 * Switch from pub get to flutter packages get Syncs https://github.com/flutter/cocoon/commit/b378005cbbc5330058d5240a2970ca477c2c9722 * "silent" option in test runner; fix analysis errors;
-
Adam Barth authored
This demo doesn't work properly in landscape and is confusing. It's really more of a test of the material arc code. Fixes #5710
-
Adam Barth authored
Fixes #5141
-
Adam Barth authored
Rather than removing all the padding from an AlertDialog, we now just use Dialog directly for the date picker.
-
- 28 Sep, 2016 8 commits
-
-
qchong authored
-
John McCutchan authored
-
Devon Carew authored
* make app ids more unique * in-line the uuid class
-
Adam Barth authored
To match the Align widget (and several other widgets). Fixes #6101
-
Adam Barth authored
For consistency with Tween. Fixes #5169
-
Chris Bracken authored
libimobiledevice 1.2.0 is incompatible with Xcode >= 8.0. Since the libimobiledevice tools don't include a --version flag, check for valid exit code on running idevicename, if an iOS device is connected.
-
John McCutchan authored
When using --use-application-binary: - [x] Stop flutter run from checking for a pubspec.yaml in current directory - [x] Stop flutter run from invoking pub get - [x] Set 'shouldBuild' based on --use-application-binary - [x] Stop requiring 'lib/main.dart' to be present before running. - [x] Stop building an FLX when launching on Android
-
Devon Carew authored
-