• Nate's avatar
    Implement `switch` expressions in `dev/` (#139048) · 3267fbc0
    Nate authored
    I previously made a PR (#136140) that used `switch` expressions to make some parts of the Flutter codebase easier to understand. It was assigned to the framework team, and @christopherfujino let me know that it was too large to effectively review and recommended breaking it up into smaller pull requests.
    
    Here's a PR that only targets files in the `dev/` directory. Hopefully this will be easier to work with!
    
    (solves issue https://github.com/flutter/flutter/issues/136139)
    3267fbc0
Name
Last commit
Last update
..
about.dart Loading commit data...
app.dart Loading commit data...
backdrop.dart Loading commit data...
demo.dart Loading commit data...
demos.dart Loading commit data...
example_code.dart Loading commit data...
example_code_parser.dart Loading commit data...
home.dart Loading commit data...
icons.dart Loading commit data...
options.dart Loading commit data...
scales.dart Loading commit data...
syntax_highlighter.dart Loading commit data...
themes.dart Loading commit data...
updater.dart Loading commit data...