- 18 Jul, 2016 4 commits
-
-
Ryan Macnak authored
-
Hans Muller authored
-
Hans Muller authored
-
Adam Barth authored
-
- 16 Jul, 2016 1 commit
-
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/4407
-
- 15 Jul, 2016 4 commits
-
-
Hans Muller authored
-
Yegor authored
-
Adam Barth authored
Previously it wasn't included in the Runner target.
-
Hans Muller authored
-
- 14 Jul, 2016 4 commits
-
-
YoungSeok Yoon authored
* Driver commands for controlling the Input widget This commit introduces two new driver commands for controlling the material Input widget. * setInputText(SerializableFinder finder, String text) * submitInputText(SerializableFinder finder) Since it is not possible to directly modify the Input widget text, these driver commands invokes the handler functions of the Input widget: onChanged and onSubmitted, respectively. The `submitInputText` command returns the submitted String as a result. * Make input command handler methods private Addressing comments from @yjbanov.
-
Jason Simmons authored
-
Collin Jackson authored
Simplify iOS template project
-
Jason Simmons authored
-
- 13 Jul, 2016 4 commits
-
-
Ryan Macnak authored
-
Collin Jackson authored
-
Collin Jackson authored
Fall back to the default xcodeproj if a workspace cannot be found
-
Collin Jackson authored
-
- 12 Jul, 2016 5 commits
-
-
Collin Jackson authored
Remove dependency on FlutterAppDelegate so devs can more easily add SDKs.
-
Collin Jackson authored
When using flutter run, build the workspace instead of the project.
-
Collin Jackson authored
-
Collin Jackson authored
-
Seth Ladd authored
* configs for firebase hosting * use the implicit FIREBASE_TOKEN * don't print every command (lowers the chance of printing secret env vars, and for realz only deploy when merging into master
-
- 11 Jul, 2016 3 commits
-
-
Adam Barth authored
-
Hans Muller authored
-
Hans Muller authored
-
- 08 Jul, 2016 10 commits
-
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
-
Adam Barth authored
Previously adding the GridPaper caused us to lose all the state in our app. Now we use a global key to keep our state. Fixes #4648
-
Adam Barth authored
-
Adam Barth authored
Putting the opacity in the color is much faster than using an opacity widget because the opacity widget creates an offscreen buffer. Fixes #4651
-
Adam Barth authored
Previously we triggered an assert. Fixes #4850
-
Adam Barth authored
We were stacking up two dismiss timers. Now we don't start a new timer if we've already got one. Also, fix an animation leak caught by the test. Fixes #4640
-
Adam Barth authored
Rather than requiring the developer to specify a full Decoration, we now just take an ImageProvider for the thumb image. Also, fix ImageFit.scaleDown to actually work. Fixes #4571 Fixes #4673
-
Adam Barth authored
Also, fix an animation leak found by the test. Fixes #4619
-
- 07 Jul, 2016 5 commits
-
-
Adam Barth authored
We now have an EdgeInsets.along function that projects the padding onto the given Axis rather than repeating this function in several places.
-
Hans Muller authored
-
Adam Barth authored
We want to use the FlutterViewController in this new project template. Fixes #4840
-
Adam Barth authored
* Make the size setter on RenderBox protected to avoid setting from outside the class. * Make normalize on BoxConstraints always return an object that isNormalized.
-
Adam Barth authored
Fixes #4761
-