Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b5adbee
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: da24f10
Choose a head ref
  • 10 commits
  • 180 files changed
  • 7 contributors

Commits on May 25, 2022

  1. Configuration menu
    Copy the full SHA
    09987dc View commit details
    Browse the repository at this point in the history
  2. [framework] ensure ink sparkle is disposed (#104569)

    Jonah Williams authored May 25, 2022
    Configuration menu
    Copy the full SHA
    680a819 View commit details
    Browse the repository at this point in the history
  3. Switch: Add an interactive example (#103045)

    * `Switch`: Add an interactive examples
    
    * Update docs
    
    * Update doc
    TahaTesser authored May 25, 2022
    Configuration menu
    Copy the full SHA
    97452d1 View commit details
    Browse the repository at this point in the history
  4. Use curly_braces_in_flow_control_structures for material (#104499)

    * Use `curly_braces_in_flow_control_structures` for `material`
    
    * include test/material
    
    * add back removed comments
    guidezpl authored May 25, 2022
    Configuration menu
    Copy the full SHA
    cb9a1d6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78a0d3d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f3e567c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    19d69a9 View commit details
    Browse the repository at this point in the history
  8. A bunch of cleanups and a missing ShortcutRegistar in WidgetsApp (#…

    …104560)
    
    A bunch of random cleanup things I found while doing MenuBar development.
    
    Changes an if test to an assert in binding.dart, since the if should always be true.
    Adds the default ShortcutRegistrar that should have been in the ShortcutRegistry PR.
    Moves a debug message in the FocusManager to print the result after the focus change instead of before.
    Reorders the test parameters in theme_data_test.dart to match the order of the theme data fields everywhere else.
    gspencergoog authored May 25, 2022
    Configuration menu
    Copy the full SHA
    0a417c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d5fbc37 View commit details
    Browse the repository at this point in the history
  10. Removing Shorcuts.of and Shortctus.maybeOf (#104215)

    This removes Shorcuts.of and Shortctus.maybeOf because they're not especially useful, since the only thing you can really set on a ShortcutManager is the shortcuts, and the Shortcuts widget that you give it to manages those, so if it rebuilds, it overwrites what you set.
    
    Also, adds a Shortcuts.manager constructor and removes the manager argument to the Shortcuts widget.
    
    Removing these will also eliminate an InheritedWidget for each Shortcuts widget, improving memory usage.
    gspencergoog authored May 25, 2022
    Configuration menu
    Copy the full SHA
    da24f10 View commit details
    Browse the repository at this point in the history
Loading