- 19 Jan, 2017 4 commits
-
-
Adam Barth authored
We expect TextField to be used much more often than Input. This patch updates our old example code to use TextField instead. See #7031
-
Adam Barth authored
This patch is the first of a series to rationalize the names of the text-input related widgets. See #7031
-
Adam Barth authored
The gallery doesn't actually use `package:flutter_markdown`.
-
Michael Goderbauer authored
Previously, the icon in the tooltip demo was black on black background in the dark theme. Now it is white on black background in the dark theme and black on white background in the light theme. fixes #7018
-
- 18 Jan, 2017 1 commit
-
-
Hans Muller authored
-
- 14 Jan, 2017 1 commit
-
-
Adam Barth authored
The demo of the SimpleDialog had some useful code that should really be part of the framework. This patch extracts it into a SimpleDialogOption widget. Remove debugCheckHasScaffold because it is unused. Also, add tests for InkWell, SimpleDialog, and other widgets.
-
- 13 Jan, 2017 2 commits
-
-
Adam Barth authored
Now IconThemeData.fallback is a factory constructor and IconThemeData.of() does the work of computing the fallback for its clients. Also, add tests for ImageIcon and ListItems.
-
Michael Goderbauer authored
With frameSync enabled, flutter_driver actions will only be performed when there are no pending frames in the app under test. This helps with reducing flakiness.
-
- 12 Jan, 2017 2 commits
-
-
Michael Thomsen authored
* Add missing IJ metadata * Updates * Add modules metadata
-
Phil Quitslund authored
* Add example IntelliJ metadata (flutter-intellij#607). Ensures example projects open cleanly out-of-the-box w/ the Flutter Plugin. See: https://github.com/flutter/flutter-intellij/issues/607. * Fixed IML files.
-
- 09 Jan, 2017 1 commit
-
-
Hans Muller authored
-
- 06 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 05 Jan, 2017 3 commits
-
-
Adam Barth authored
This class is just an alias for PlatformMessages. We'll remove it after a short deprecation period.
-
Adam Barth authored
We didn't end up using this mechanism.
-
Adam Barth authored
This patch changes the default appearance of Slider to not have the thumb be an open circle at its minimum position. The `thumbOpenAtMin` property can enable drawing an open thumb at the min position, which was the previous behavior. Fixes #6941
-
- 21 Dec, 2016 1 commit
-
-
Hans Muller authored
-
- 18 Dec, 2016 1 commit
-
-
Luke authored
* rename DestinationLabel and labels properties to BottomNavigationBarItem and items * update/fix comments * grammatical changes * add myself to AUTHORS
-
- 16 Dec, 2016 2 commits
-
-
Matt Perry authored
Callers can manually validate by calling validate(), or tell the Form to validate on every change by setting the `autovalidate` parameter. Fixes https://github.com/flutter/flutter/issues/7219
-
Hans Muller authored
-
- 15 Dec, 2016 1 commit
-
-
Jason Simmons authored
-
- 13 Dec, 2016 1 commit
-
-
Yegor authored
-
- 07 Dec, 2016 1 commit
-
-
Collin Jackson authored
* s/sky/flutter/ in Android templates * update engine.version with a compatible engine version * replace more SkyActivity references with FlutterActivity
-
- 06 Dec, 2016 1 commit
-
-
Hans Muller authored
-
- 05 Dec, 2016 1 commit
-
-
Jason Simmons authored
-
- 01 Dec, 2016 1 commit
-
-
Hans Muller authored
-
- 30 Nov, 2016 5 commits
-
-
Adam Barth authored
We don't need these anymore.
-
Hans Muller authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/6947
-
Hans Muller authored
-
Collin Jackson authored
-
- 29 Nov, 2016 2 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
- 28 Nov, 2016 1 commit
-
-
Seth Ladd authored
because this is the most full-featured sample we have.
-
- 27 Nov, 2016 1 commit
-
-
Adam Barth authored
These now match what 2016.3 expects.
-
- 23 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 22 Nov, 2016 2 commits
-
-
Chris Bracken authored
-
Adam Barth authored
This patch replaces uses of Flexible with Expanded where we're using FlexFit.tight. We still need to think of a better name for the FlexFit.loose variant. Also, improve the docs for Row, Column, Flex, and RenderFlex to be more problem-oriented and to give a complete account of the layout algorithn. Fixes #6960 Fixes #5169
-
- 21 Nov, 2016 2 commits
-
-
Yegor authored
-
Hans Muller authored
-
- 19 Nov, 2016 1 commit
-
-
Ian Hickson authored
-