- 16 Dec, 2015 23 commits
-
-
Hans Muller authored
The TabBarSelection change animation needs to start where the fling's drag gesture ended rather than from zero. The intial vlaue of progress for the TabBarSelection's performance is now converted from the range used during an interactive drag, to the range used when animating from the previously selected tab to the new one. TabBarSelection now requires a maxIndex parameter.
-
Seth Ladd authored
analytics and a homepage for docs.flutter.io
-
Ian Hickson authored
Make Navigator.canPop handle the no-navigator case
-
Ian Hickson authored
Close some sentences. (rendering dartdocs)
-
Hixie authored
Scaffold calls this to see if it should show a back arrow when there's no drawer. With this change, everything continues to work. Fixes styled_text and probably others.
-
Seth Ladd authored
-
Hixie authored
-
Jason Simmons authored
Pause and resume of all tracks in SoundTrackPlayer
-
Jason Simmons authored
Apply looping and volume in the SoundTrackPlayer
-
Jason Simmons authored
-
Jason Simmons authored
-
Jason Simmons authored
Support application lifecycle state change events in the framework
-
Jason Simmons authored
-
Ian Hickson authored
Move flutter tests from packages/unit to packages/flutter/test
-
Ian Hickson authored
Catch exceptions in pointer handling
-
Ian Hickson authored
Be clearer about whether renderView can be null.
-
Ian Hickson authored
-
Ian Hickson authored
Aggressively try to catch misuse of DropDownButton
-
Ian Hickson authored
Canceling a dropdown menu selects null value
-
Hixie authored
Previously we didn't distinguish between canceling the menu (which popped the route with no return value, i.e. null) and explicitly selecting an item whose value is null (pop with value null). Both fired onChange(null). Now we box the return value so we can distinguish the two cases. I would have preferred to just disallow "null" as a value but it turns out people like being able to use "null" as a value for much the same reason we do, and it seems best for us to pay the complexity cost of boxing than having everyone else do it. :-)
-
Hans Muller authored
Added BottomSheet demos to the Material Gallery
-
Hixie authored
Fixes https://github.com/flutter/flutter/issues/948. I hope.
-
Hans Muller authored
-
- 15 Dec, 2015 17 commits
-
-
Hans Muller authored
Tabs should only scroll on a horizontal TabBarView fling
-
Hixie authored
If we don't catch these exceptions, we get confused about what's going on with the pointers, and the app basically stops working.
-
Hans Muller authored
-
Ian Hickson authored
Workaround to re-enable test
-
Hixie authored
-
Hixie authored
This is a workaround for: https://github.com/dart-lang/sdk/issues/25246
-
Seth Ladd authored
Use a newer version of dartdoc
-
Hans Muller authored
Custom layouts use shouldRelayout() delegate methods instead of tokens CustomMultiChildLayout and CustomOneChildLayout now use their delegate's shouldRelayout() method instead of a "token" to decide if layout is needed. MultiChildLayoutDelegate and OnChildLayoutDelegate are now expected to be stateless, i.e. they'll typically be built each time their custom layout widget is built. If the identical layout delegate is provided to a new custom layout, layout will not happen. Revised the bottom sheet implementation per the new custom layout classes. Removed a SizeObserver. Fixes #899
-
Hans Muller authored
CustomMultiChildLayout and CustomOneChildLayout now use their delegate's shouldRelayout() method instead of a "token" to decide if layout is needed. MultiChildLayoutDelegate and OnChildLayoutDelegate are now expected to be stateless, i.e. they'll typically be built each time their custom layout widget is built. If the identical layout delegate is provided to a new custom layout, layout will not happen. Revised the bottom sheet implementation per the new custom layout classes. Removed a SizeObserver. Fixes #899
-
Seth Ladd authored
-
Devon Carew authored
remove todos for service extension params
-
krisgiesing authored
Export dependent class from newton package
-
Kris Giesing authored
-
Devon Carew authored
-
Devon Carew authored
expose flutter debug functionality using VM service extensions
-
Devon Carew authored
Update test.sh
-
Devon Carew authored
Add the -q (quiet) flag to gsutil uploads.
-