flutter/packages/flutter_localizations/test
Ian Hickson 75960f35d4
Cleanup in localizations code (#20018)
The following changes are made by this PR:

 * Translation bundles now implement MaterialLocalizations directly,
   and are public so that they can be directly extended.

 * The list of supported languages is now a generated constant.

 * The icuShortTimePattern/TimeOfDayFormat values are now pre-parsed.

 * Various other changes for consistency with the style guide and the
   rest of the codebase, e.g. the class names don't use `_`, the
   `path` library is imported as such, more dartdocs, fewer `//
   ignore`s, validation using exceptions.

This reduces our technical debt benchmark.
2018-08-03 16:41:21 -07:00
..
basics_test.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00
date_picker_test.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00
date_time_test.dart Cleanup in localizations code (#20018) 2018-08-03 16:41:21 -07:00
override_test.dart Cleanup in localizations code (#20018) 2018-08-03 16:41:21 -07:00
time_picker_test.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00
translations_test.dart Cleanup in localizations code (#20018) 2018-08-03 16:41:21 -07:00
widgets_test.dart re-re-enable lint unnecessary_const (#20103) 2018-08-02 12:02:32 +02:00