-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Comparing changes
Open a pull request
base repository: flutter/flutter
base: b5adbee
head repository: flutter/flutter
compare: da24f10
- 10 commits
- 180 files changed
- 7 contributors
Commits on May 25, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 09987dc - Browse repository at this point
Copy the full SHA 09987dcView commit details -
[framework] ensure ink sparkle is disposed (#104569)
Jonah Williams authoredMay 25, 2022 Configuration menu - View commit details
-
Copy full SHA for 680a819 - Browse repository at this point
Copy the full SHA 680a819View commit details -
Switch: Add an interactive example (#103045)* `Switch`: Add an interactive examples * Update docs * Update doc
Configuration menu - View commit details
-
Copy full SHA for 97452d1 - Browse repository at this point
Copy the full SHA 97452d1View commit details -
Use
curly_braces_in_flow_control_structuresformaterial(#104499)* Use `curly_braces_in_flow_control_structures` for `material` * include test/material * add back removed comments
Configuration menu - View commit details
-
Copy full SHA for cb9a1d6 - Browse repository at this point
Copy the full SHA cb9a1d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 78a0d3d - Browse repository at this point
Copy the full SHA 78a0d3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f3e567c - Browse repository at this point
Copy the full SHA f3e567cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19d69a9 - Browse repository at this point
Copy the full SHA 19d69a9View commit details -
A bunch of cleanups and a missing
ShortcutRegistarinWidgetsApp(#……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.
Configuration menu - View commit details
-
Copy full SHA for 0a417c3 - Browse repository at this point
Copy the full SHA 0a417c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5fbc37 - Browse repository at this point
Copy the full SHA d5fbc37View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for da24f10 - Browse repository at this point
Copy the full SHA da24f10View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff b5adbee...da24f10