- 18 Nov, 2016 2 commits
-
-
Adam Barth authored
-
Yegor authored
-
- 17 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 16 Nov, 2016 1 commit
-
-
Yegor authored
-
- 15 Nov, 2016 3 commits
-
-
Adam Barth authored
We now center the body correctly and handle Fuchsia key events. Also, add support for modifiers.
-
Ian Hickson authored
See https://github.com/flutter/flutter/pull/6861 This silences all but two of the warnings from https://travis-ci.org/flutter/flutter/builds/176055550 One of the silenced warnings was a genuine code error. Some of the others were correct but there was no way for the analyzer to know, and I worked around them. The remainder are problems with the analyzer, specifically https://github.com/dart-lang/sdk/issues/27827 and https://github.com/dart-lang/sdk/issues/27504.
-
Ian Hickson authored
Some minor tweaks to answer questions I had when looking at this.
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
- 09 Nov, 2016 5 commits
-
-
Yegor authored
-
Yegor authored
-
Ian Hickson authored
...by reverting us to an earlier dartdoc package. Also I added a sanity test to make sure that we don't regress this again.
-
Ian Hickson authored
-
Seth Ladd authored
-
- 08 Nov, 2016 1 commit
-
-
Dan Rubel authored
-
- 02 Nov, 2016 1 commit
-
-
Chris Bracken authored
-
- 28 Oct, 2016 2 commits
-
-
Adam Barth authored
These aren't needed anymore.
-
Devon Carew authored
-
- 26 Oct, 2016 1 commit
-
-
Yegor authored
-
- 25 Oct, 2016 1 commit
-
-
Yegor authored
-
- 19 Oct, 2016 1 commit
-
- 18 Oct, 2016 3 commits
-
-
Yegor authored
-
Adam Barth authored
This patch moves RawKeyboard from mojom over to platform messages. In the process, I've also cleaned up the interface substantially. Currently raw key events are supported only on Android, but the interfaces defined in this patch should scale up to multiple platforms.
-
Yegor authored
I ran the test 10 times on Linux and Mac and it succeeded consistently. Let's reenable until there are new reports that it's flaky. Fixes #5901
-
- 07 Oct, 2016 1 commit
-
-
Yegor authored
-
- 06 Oct, 2016 1 commit
-
-
Yegor authored
-
- 04 Oct, 2016 4 commits
-
-
Yegor authored
-
Chris Bracken authored
-
Dan Rubel authored
-
Adam Barth authored
This widget now lives in Mozart: https://fuchsia.googlesource.com/mozart/+/master/lib/flutter/child_view.dart
-
- 29 Sep, 2016 2 commits
-
-
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
-
- 28 Sep, 2016 1 commit
-
-
Adam Barth authored
To match the Align widget (and several other widgets). Fixes #6101
-
- 23 Sep, 2016 2 commits
-
-
Dan Rubel authored
-
Adam Barth authored
Switch our pubspec.yamls to using SDK sources so that we can have consistent source types when we depend on these packages from external packages using SDK sources.
-
- 22 Sep, 2016 3 commits
-
-
Ian Hickson authored
We changed how `flutter run --release` works (it quits without showing logs now, since it can't tell when the app closes).
-
Adam Barth authored
This code is now in its own standalone library. The library is in a private git repository in the flutter organization because the code is unmaintained. If you're interested in using and maintaining this code, please contact flutter-dev@googlegroups.com for more information.
-
Devon Carew authored
* suppress warning; decouple the analyzer versions * also pass in --no-packages-dir
-
- 21 Sep, 2016 3 commits
-
-
James Robinson authored
This rewrites imports of various mojom.dart files from the Flutter engine repo to instead import normal-looking dart files from the (new) flutter_services package. This package handles exporting the correct symbols from generated code wherever that may live. Includes an engine roll to 3551e7a48e2e336777b15c7637af92fd7605b6c5 which contains the new flutter_services package.
-
Dan Rubel authored
-
Adam Barth authored
For consistency with IconTheme and TextStyle.merge. Fixes #4652
-