- 02 Apr, 2017 1 commit
-
-
Adam Barth authored
After this patch, there are three major text input widgets: * EditableText. This widget is a low-level editing control that interacts with the IME and displays a blinking cursor. * TextField. This widget is a Material Design text field, with all the bells and whistles. It is highly configurable and can be reduced down to a fairly simple control by setting its `decoration` property to null. * TextFormField. This widget is a FormField that wraps a TextField. This patch also replaces the InputValue data model for these widgets with a Listenable TextEditingController, which is much more flexible. Fixes #7031
-
- 02 Mar, 2017 1 commit
-
-
xster authored
* Add cupertino to gallery and add CupertinoButto * Use single quotes * Add disabled state * Some review notes * Make button animation more responsive and tweak timing * Renamed things Cupertino * Button with background, move cupertino demos, move material demos * Move 2 level list too * Refactor various demo route names * Some review notes * More reviews and add test * Linter as * Move private constant up
-
- 01 Mar, 2017 2 commits
-
-
Michael Goderbauer authored
This is apperently breaking some customers. If this gets submitted, we should investigate why self-package imports don't work for certain customers.
-
Michael Goderbauer authored
* Revert "Revert "Simplify path handling logic in dependency checker and devFS (#8414)" (#8467)" This reverts commit 96ba7f76. * Intentionally use a self-package URI in flutter_gallery * tests to catch problems with self-package imports
-
- 23 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 21 Dec, 2016 1 commit
-
-
Hans Muller authored
-
- 21 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 29 Sep, 2016 1 commit
-
-
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
-
- 23 Sep, 2016 1 commit
-
-
Dragoș Tiselice authored
Added a demo of BottomNavigation to the Gallery.
-
- 01 Sep, 2016 1 commit
-
-
Dragoș Tiselice authored
-
- 21 Jul, 2016 1 commit
-
-
Hans Muller authored
-
- 04 Jun, 2016 1 commit
-
-
Ian Hickson authored
Turns out we have the same demo in the "Buttons" section now. We don't need both.
-
- 03 Jun, 2016 2 commits
-
-
Matt Perry authored
* Pesto demo for the Flutter Gallery app. * pesto.special.case
-
Hans Muller authored
-
- 02 Jun, 2016 3 commits
-
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
This demo burns battery continuously even when there's no change to the visual appearance. This patch removes this demo to avoid giving the impression that Flutter burns battery. Related to #4120
-
- 23 May, 2016 1 commit
-
-
Devon Carew authored
-
- 09 May, 2016 1 commit
-
-
Hans Muller authored
-
- 27 Apr, 2016 1 commit
-
-
Devon Carew authored
* move the material_gallery/demos.dart script * rename all_demos.dart to all.dart
-