- 05 Aug, 2016 14 commits
-
-
Bob Nystrom authored
It was widening the return type of a couple of operators compared to what EquationMember declared it should return. Since it did in fact always return an Expression, the widening wasn't needed. This just tightens them to match the base class.
-
John McCutchan authored
-
Ian Hickson authored
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/5098
-
Hans Muller authored
-
Eric Seidel authored
* Remove stray PRODUCT_BUNDLE_IDENTIFIER This was erroneously added and overrides the bundle for the gallery causing signing to fail in my setup. @chinmaygarde * Remove PRODUCT_BUNDLE_IDENTIFIER from all Runner pbxproj's
-
Eric Seidel authored
I took the logo_square from: https://github.com/flutter/identity-assets/tree/master/assets/logo_square Opened it in preview, gave it a white background and then dropped it in the icon tool to create these updated icons. We may want to use offwhite like we did for Android but this is sufficient for my demo today. @hansmuller
-
Adam Barth authored
We don't yet know how to do this without poping during hero animations.
-
Adam Barth authored
Now the flexible space bar computes its effect from its size rather than from the Scaffold's animation.
-
Collin Jackson authored
-
Hans Muller authored
-
Adam Barth authored
After this patch, they ignore pointers.
-
Adam Barth authored
-
Adam Barth authored
-
- 04 Aug, 2016 11 commits
-
-
Hans Muller authored
-
Matt Perry authored
BUG=https://github.com/flutter/flutter/issues/3938
-
Adam Barth authored
-
Adam Barth authored
This patch improves the Post and Shrine transitions by making the AppBar into a Hero and changing the default MaterialPageTransition. Now the AppBar transitions smoothly between screens and the MaterialPageTransition doesn't involve a fade effect. Also, rejigger the bounds of the image header in Pesto to avoid the "pop" at the end of the animation by laying out the image header at its final visual size instead of relying on occlusion to size the image header. Fixes #5202 Fixes #5204
-
Matt Perry authored
Why this matters: If you navigate back to a page with a Scrollable that has a nonzero scrollOffset, we will restore that scrollOffset. We clamp the scrollOffset to the contentExtent before the first layout, before contentExtent is updated to its proper value. Initializing contentExtent to INFINITY effectively disables the first clamp, until we can get a valid value from layout. Since the previous scrollOffset was valid, it seems safe to assume it's still valid. BUG=https://github.com/flutter/flutter/issues/4883 BUG=https://github.com/flutter/flutter/issues/4797
-
Hans Muller authored
-
Chris Bracken authored
-
Jason Simmons authored
This also required changing the AnimationController state transition logic to signal completion of the animation during the tick that finishes the simulation. Fixes https://github.com/flutter/flutter/issues/3675
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/5178
-
Adam Barth authored
These examples should show the best practices for working with AnimationControllers. Fixes #5206
-
Chris Bracken authored
-
- 03 Aug, 2016 3 commits
-
-
Chris Bracken authored
-
Ian Hickson authored
Thanks to @leafpetersen for catching these.
-
Ian Hickson authored
Adds Scheduler.debugPrintTransientCallbackRegistrationStack so that you can find out how your current callback got registered.
-
- 02 Aug, 2016 7 commits
-
-
Ian Hickson authored
* General improvoments to the loader app: * Show a message after 8 seconds if no connection comes in. * Show a progress bar as files are being uploaded. * Hide the spinner just before launching the application. * General improvements to the "flutter run" UI: * Add "?" key as a silent alias for "h". * Make the help text bold so it doesn't get mixed with the logs. * Make "R" do a cold restart when hot reload is enabled. * Supporting features and bug fixes: * Add support for string service extensions. * Other bug fixes: * Expose debugDumpRenderTree() outside debug mode. * Logger.supportsColor was missing a getter. * Mention in the usage docs that --hot requires --resident. * Trivial style fixes.
-
Jason Simmons authored
-
Jason Simmons authored
Image listeners installed in paint handlers need to know whether the listener is being called during the paint. Fixes https://github.com/flutter/flutter/issues/4937
-
Hans Muller authored
-
Chinmay Garde authored
-
Adam Barth authored
Previously we were resizing a paragraph of text during the animation. Now we animate the text and the image separately. Also, add a default hero tag for FloatingActionButton so that it animates as part of the hero transition as well.
-
Adam Barth authored
-
- 01 Aug, 2016 3 commits
-
-
Seth Ladd authored
* update the color and logo for the docs site * update the color and logo for the docs site * remove unused file * removed unused script code * tweak styles for inherited names
-
Hans Muller authored
-
Adam Barth authored
This patch starts a semantic versioning scheme for Flutter. We're still experimenting with semantic versioning, which means the version number might not be reliable yet.
-
- 29 Jul, 2016 2 commits
-
-
Ian Hickson authored
Also, add FractionalOffset.inscribe.
-
Dragoș Tiselice authored
* Added custom radii to RRect. This is the first commit towads an implementation of MergeableMaterial. It adds custom radii to RRect. * Renamed RRect constructors and added BorderRadius. BorderRadius is a class similar to EdgeInsets that lets you define all rounded corners of a rounded rectangle easily.
-