- 26 Nov, 2015 19 commits
-
-
Adam Barth authored
Also, refactor more common code into RenderToggleable and handle dark themes more correctly. Fixes #601
-
Adam Barth authored
Add missing types for list literals
-
Adam Barth authored
-
Adam Barth authored
Improve Material selection controls
-
Adam Barth authored
- These controls now have proper radial reactions. - You can drag the switch. - The radio button animates properly. - There's a demo in the Material Gallery
-
Adam Barth authored
Move RenderTogglable to material.dart
-
Adam Barth authored
Move Material Gallery demos into a directory
-
Adam Barth authored
Also, clean up the main.dart file to prepare for making dynamic theme changes.
-
Adam Barth authored
Fixes #219
-
Ian Hickson authored
Operators needed to lerp a FractionalOffset.
-
Ian Hickson authored
List assets used by Stocks demo
-
Ian Hickson authored
Fix minor typos and style nits.
-
Ian Hickson authored
Turn the LocalHistoryRoute into a mixin.
-
Hixie authored
Without this, you can't use AnimatedValue<FractionalOffset>, because its lerp() function uses the operators.
-
Hixie authored
-
Hixie authored
-
Hixie authored
-
Ian Hickson authored
Clean up the Navigator API again.
-
Hixie authored
* Split didPush() into didPush() and install(), so that we can install the overlays without triggering the push logic. This will be used in a subsequent patch to implement route replacement. * Split didPop() into didPop() and dispose(), so that we can remove overlays without triggering the pop logic. Also for a subsequent patch that implements replacement. * Clean up _navigator on the routes when the Navigator itself is disposed. * Drop the forwarding logic on willPushNext() -- now didPushNext() -- and didPopNext(), since we no longer have StateRoutes to get in the way. * Implement isCurrent more broadly and without having to keep track of state. * Provide some toString()s on NamedRouteSettings and ModalRoutes. * Make OverlayState.initState() use the insertAl functionality. * Make OverlayRoute.builders abstract since that way you'll catch when you forget to do it. If you don't want overlays, don't inherit from this class. * Made handleStatusChanged() on TransitionRoute public so that it can be overridden by subclasses.
-
- 25 Nov, 2015 20 commits
-
-
Adam Barth authored
Animate slider radial reaction
-
Adam Barth authored
Also, have the slider draw different in its disabled state.
-
Devon Carew authored
print logging timestamps to profile app launch
-
Devon Carew authored
allow logs to work from any location
-
Devon Carew authored
-
Devon Carew authored
-
Adam Barth authored
Add a basic material slider
-
Adam Barth authored
Finish TimePicker
-
Adam Barth authored
The slider in this patch works, but it's missing animations and many subtle touches.
-
Adam Barth authored
After this patch, TimePicker should work correctly. Fixes #559
-
Ian Hickson authored
Opacity was dropping stuff on the floor.
-
Hixie authored
Turns out we passed the wrong bounds to the PaintingContext constructor. Fix, and assert that we don't do that again.
-
Ian Hickson authored
Rev the engine dependency to the latest engine.
-
Hixie authored
-
Devon Carew authored
fix analysis errors; add missing icon
-
Devon Carew authored
-
Adam Barth authored
Remove start_test
-
Adam Barth authored
This test was a bad mock-based test that hasn't ever caught a bug but has required a lot of maintenance. Currently its broken because its mock doesn't match the real interface.
-
Adam Barth authored
Add support for system-level routing
-
Adam Barth authored
Now you can supply a route argument to flutter start: $ flutter start --route /foo which will start the app at /foo instead of /.
-
- 24 Nov, 2015 1 commit
-
-
Adam Barth authored
Update to a new engine release
-