- 25 Mar, 2016 1 commit
-
-
Jason Simmons authored
-
- 24 Mar, 2016 24 commits
-
-
Jason Simmons authored
Add embedded font assets to the asset list
-
Adam Barth authored
Inherited widgets should work across reactivations
-
Ian Hickson authored
Tweaks to Border to make it easier to subclass.
-
Jason Simmons authored
Any font asset referenced in the fonts section of flutter.yaml will now be included in the FLX assets. It's no longer necessary to separately list the font in the assets section.
-
Adam Barth authored
Previously we updated only the reactivated element's inherited widgets. Now we update all the inherited widgets for the whole subtree that's being reactivated. We need to visit the whole subtree anyway, so there isn't much of a loss. Fixes #2733 Fixes #2438 Fixes #1701
-
Ian Hickson authored
Fix minor typos (EdgeInsets, ImageResource)
-
Hixie authored
Also, more docs. Also, expose isUniform.
-
Jason Simmons authored
An example showing how to send messages between the host app and Flutter
-
Hixie authored
-
Adam Barth authored
Remove wrong comment
-
Alhaad Gokhale authored
Allow run_mojo command to run an app at a URL.
-
Alhaad Gokhale authored
-
Adam Barth authored
This test is no longer disabled. Fixes #2827
-
Jason Simmons authored
-
Devon Carew authored
filter some noisy messages from adb logcat
-
Devon Carew authored
print the os from flutter doctor
-
Devon Carew authored
-
Devon Carew authored
re-work the doctor command
-
Devon Carew authored
-
Devon Carew authored
-
Ian Hickson authored
In the spirit of "you are what you measure", let's measure some more things...
-
Adam Barth authored
Scrollable physics should be reasonable when sizes change
-
Alhaad Gokhale authored
filesystem or not.
-
Alhaad Gokhale authored
Fixes #2113
-
- 23 Mar, 2016 15 commits
-
-
Adam Barth authored
Previously, when the content extent changed during a scroll interaction, we'd stop the current scroll interaction and reset the scroll offset. Now we try to continue the scroll interaction (e.g., drag, fling, or overscroll) even through the underlying scroll behavior has changed. For physics-based scroll interactions, we keep the current position and velocity and recompute the operative forces. For drag interactions, we keep the current position and continue to let the user drag the scroll offset. After this patch, we still disrupt non-physical scroll animations that are operating outside the new scroll bounds because it's not clear how we can sensibly modify them to work with the new scroll bounds.
-
Hans Muller authored
Fixed a typo
-
Hans Muller authored
-
Jason Simmons authored
Expose the engine-src-path flag in the Gradle plugin
-
Jason Simmons authored
-
Jason Simmons authored
Update SkyApplication to SkyMain in the hello_android example
-
Jason Simmons authored
-
Hans Muller authored
TwoLevelList fails to restore sublist expanded state
-
Hans Muller authored
-
Adam Barth authored
Update ChildView after Mojo roll
-
Jason Simmons authored
Set FLUTTER_ROOT to an absolute path
-
Adam Barth authored
The Mozart API has changed.
-
Jason Simmons authored
This implementation was taken from the Dart SDK shell scripts. BUG=https://github.com/flutter/flutter/issues/2795
-
Ian Hickson authored
Replace use of LruMap with a pure LinkedHashMap
-
Ian Hickson authored
Handle NaNs in constraints, just in case.
-