flutter/packages/flutter_localizations/test
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
..
basics_test.dart enable lint prefer_const_constructors_in_immutables (#12693) 2017-10-25 11:20:36 +02:00
date_picker_test.dart Use Dart 2 camel case constants (#15360) 2018-03-12 11:06:32 -07:00
date_time_test.dart enable lints prefer_const_declarations and prefer_const_literals_to_create_immutables (#14848) 2018-03-09 14:37:06 -08:00
override_test.dart Clean up the existing Navigator API. (#15718) 2018-03-22 13:21:07 -07:00
time_picker_test.dart Clean up the existing Navigator API. (#15718) 2018-03-22 13:21:07 -07:00
translations_test.dart Fixed a typo in translations_test.dart: Norwegian LC is "no" (#15746) 2018-03-20 16:40:14 -07:00
widgets_test.dart Clean up the existing Navigator API. (#15718) 2018-03-22 13:21:07 -07:00