• Ian Hickson's avatar
    Cleanup in localizations code (#20018) · 75960f35
    Ian Hickson authored
    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.
    75960f35
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.travis.yml Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
appveyor.yml Loading commit data...
flutter_console.bat Loading commit data...