flutter/examples/flutter_gallery/lib/demo/animation
Ian Hickson aba0379dcc
Clean up the existing Navigator API. (#15718)
This is not a grand refactor yet, it's just cleaning up what we have
already, so that people who keep using this API (e.g. dialogs) have
something coherent to deal with.

The major changes are that Navigator and NavigatorState have the same
API now, that most of the examples use `<void>` instead of `<Null>`,
that the navigator observer can see replaces, and that the `settings`
is moved from ModalRoute to Route. I also cleaned up some of the API
documentation.
2018-03-22 13:21:07 -07:00
..
home.dart Clean up the existing Navigator API. (#15718) 2018-03-22 13:21:07 -07:00
sections.dart remove unused constants (#13199) 2017-11-24 19:13:18 -08:00
widgets.dart Assorted a11y fixes (#14395) 2018-01-31 15:23:20 -08:00