- 15 Jul, 2016 2 commits
-
-
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
-
- 06 Jul, 2016 5 commits
-
-
Phil Quitslund authored
Bump Dart SDK to `1.18.0-dev.4.0`.
-
pq authored
Last dev push for `1.18`.
-
Adam Barth authored
We now use a different approach for ios projects where the developer controls the Xcode project file. This patch removes the old ".generated" approach in favor of the new approach.
-
Adam Barth authored
This patch changes the default `flutter create` command to generate a HelloServices-style app on iOS. As a consequence, the Atom integration now fully works with HelloServices.
-
Eric Seidel authored
This came up in security review. @abarth
-
- 04 Jul, 2016 2 commits
-
-
Devon Carew authored
* send ext.flutter.debugDumpApp; ext.flutter.reassemble * expose debugDumpRenderTree
-
Adam Barth authored
-