- 21 Nov, 2016 2 commits
-
-
Yegor authored
-
Hans Muller authored
-
- 19 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 16 Nov, 2016 1 commit
-
-
Adam Barth authored
-
- 15 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 14 Nov, 2016 2 commits
-
-
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
-
Hans Muller authored
-
- 12 Nov, 2016 1 commit
-
-
https://github.com/flutter/flutter/issues/6826Raju Bitter authored
Exception in Flutter Gallery / Dialogs Demo #6826
-
- 10 Nov, 2016 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6690 Also add a version of the Gallery smoke test that enables semantics
-
- 09 Nov, 2016 3 commits
-
-
Yegor authored
-
Chinmay Garde authored
-
Michael Thomsen authored
* Commit the IhtelliJ project metadata for the Gallery * Add default run config for Gallery * Add back ignore of .idea per review feedback
-
- 08 Nov, 2016 1 commit
-
-
Dan Rubel authored
-
- 04 Nov, 2016 1 commit
-
-
Jason Simmons authored
-
- 03 Nov, 2016 1 commit
-
-
Ian Hickson authored
I think we must have accidentally checked this in some time.
-
- 02 Nov, 2016 1 commit
-
-
Matt Perry authored
FormField is now a widget that can contain any type of field. Input no longer has special code to handle form fields. Instead, there is a helper widget InputFormField for using an Input inside a FormField. Fixes https://github.com/flutter/flutter/issues/6097 and based on feedback from the same.
-
- 01 Nov, 2016 3 commits
-
-
Chris Bracken authored
-
Adam Barth authored
Fixes #6417
-
Adam Barth authored
Previously we weren't using all the different weights of the font.
-
- 28 Oct, 2016 1 commit
-
-
Hans Muller authored
-
- 27 Oct, 2016 3 commits
-
-
Matt Perry authored
-
Eric Seidel authored
-
Eric Seidel authored
Fixes https://github.com/flutter/flutter/issues/6561
-
- 26 Oct, 2016 1 commit
-
-
- 25 Oct, 2016 5 commits
-
-
Hans Muller authored
-
Adam Barth authored
Soon the engine will send this information through platform messages.
-
Jason Simmons authored
-
Yegor authored
-
Chris Bracken authored
-
- 24 Oct, 2016 1 commit
-
-
Ian Hickson authored
-
- 23 Oct, 2016 1 commit
-
-
Wyatt Arent authored
-
- 21 Oct, 2016 2 commits
-
-
Hans Muller authored
-
Ian Hickson authored
Since we can change the theme's platform, we need to make sure we propagate that throughout rather than having half the app use the native platform and half the app use the selected platform.
-
- 20 Oct, 2016 2 commits
-
-
Matt Perry authored
This partially reverts https://github.com/flutter/flutter/issues/626 , but horizontal padding is not in the spec, so we still match the spec.
-
Adam Barth authored
This patch removes our dependency on asset_bundle.mojom.
-
- 19 Oct, 2016 2 commits
-
-
Adam Barth authored
This patch removes uses of keyboard.mojom in favor of the TextInputPlugin.
-
Ian Hickson authored
-
- 18 Oct, 2016 1 commit
-
-
Yegor authored
-
- 17 Oct, 2016 1 commit
-
-
Adam Barth authored
Developers need to get the size of the BuildContext sufficiently often that we should provide a convenient getter for the value. Having this getter is also an opportunity to catch common mistakes and provide useful error messages that guide developers towards better patterns. Fixes #2321
-
- 15 Oct, 2016 1 commit
-
-
Adam Barth authored
-