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: 40b5e4c
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a6ea644
Choose a head ref
  • 12 commits
  • 30 files changed
  • 11 contributors

Commits on Feb 6, 2023

  1. Fix flutter_tools stuck when using custom LLDB prompt (#119443)

    * Fix flutter_tools stuck when using custom LLDB prompt
    
    * Remove trailing space character
    
    * Fix local variable name
    
    * Add comment
    
    * Remove trailing space character
    
    * Update packages/flutter_tools/lib/src/ios/ios_deploy.dart
    
    Co-authored-by: Jenn Magder <[email protected]>
    
    * Update packages/flutter_tools/lib/src/ios/ios_deploy.dart
    
    Co-authored-by: Jenn Magder <[email protected]>
    
    * Remove trailing space character
    
    ---------
    
    Co-authored-by: Jenn Magder <[email protected]>
    LinXunFeng and jmagman authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    ec524ed View commit details
    Browse the repository at this point in the history
  2. Fix context menu web examples (#120104)

    The context menu examples on the docs site now work on the web.
    justinmc authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    575ced6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e627e8d View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Remove unreachable_from_main linter rule (#120110)

    * Remove unreachable_from_main linter rule
    
    * Comment out
    
    * Update analysis_options.yaml
    
    ---------
    
    Co-authored-by: Michael Goderbauer <[email protected]>
    srawlins and goderbauer authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    e62abfa View commit details
    Browse the repository at this point in the history
  2. Run verify_binaries_codesigned task on release branches (#120141)

    * Run verify_binaries_codesigned on release branches
    
    * Revert branches
    jmagman authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    71971f2 View commit details
    Browse the repository at this point in the history
  3. Roll Flutter Engine from 2a104cdfcdf8 to 165126e7034c (13 revisions) (#…

    …120150)
    
    * ec45e72a2 Roll Dart SDK from a507a9057730 to f18aa4402c1a (3 revisions) (flutter/engine#39395)
    
    * 1f0cb90da Roll Skia from 45a4fdcc0cb0 to 1bc762cbb8ce (1 revision) (flutter/engine#39397)
    
    * b19b263de Roll Fuchsia Mac SDK from j6dhXDhI_KUUyqTSF... to f7zsdfKoUWP6RD8S_... (flutter/engine#39398)
    
    * a6cc2517b Roll Fuchsia Linux SDK from Z6Bdg2fbH4n5ptsKZ... to V9ahWWCSVIMrpc9LX... (flutter/engine#39399)
    
    * af02efb3f Revert "Roll Dart SDK from a507a9057730 to f18aa4402c1a (3 revisions) (#39395)" (flutter/engine#39422)
    
    * aa0ff2173 Migrate engine_v2_builds to python3. (flutter/engine#39404)
    
    * a87b7455a Use jdk 11 in the engine. (flutter/engine#39375)
    
    * 75722215e Fix cpp-wrappers archive. (flutter/engine#39400)
    
    * 696049ef1 Roll Fuchsia Mac SDK from f7zsdfKoUWP6RD8S_... to jD_N9MDLvRtOuBMgY... (flutter/engine#39439)
    
    * 0c61605a7 Roll Fuchsia Linux SDK from V9ahWWCSVIMrpc9LX... to wlbzrDXNCXQZV0QdG... (flutter/engine#39435)
    
    * 6024bef6b Roll Skia from 1bc762cbb8ce to 7e2c9f54c0fd (23 revisions) (flutter/engine#39440)
    
    * 0315d0601 [Windows] Fix the 'engine restart resets keyboard' test (flutter/engine#39380)
    
    * 165126e70 iOS keyboard animation synchronization (flutter/engine#37604)
    engine-flutter-autoroll authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    845f7bb View commit details
    Browse the repository at this point in the history
  4. remove deprecated accentTextTheme and accentIconTheme from ThemeData (#…

    …119360)
    
    Co-authored-by: Renzo Olivares <[email protected]>
    Renzo-Olivares and Renzo Olivares authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    cf3fc01 View commit details
    Browse the repository at this point in the history
  5. fix a [SelectableRegion] crash bug (#120076)

    * fix a crash bug
    
    * review feedback
    xu-baolin authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    1d0cbbb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a808ba0 View commit details
    Browse the repository at this point in the history
  7. M3 segmented buttons token fixes (#120095)

    * add icon button property override
    
    * Revert "add icon button property override"
    
    This reverts commit 6c7f4d3.
    
    * segmented button updates
    
    * button changes
    
    * fix
    
    * put that thing back where it came from
    
    * template updates
    
    * analyzer fixes
    
    * rename parameter
    
    * analyzer fixes
    
    * string interpolation fix
    
    * template updates
    
    * test updates
    Eilidh Southren authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    7a6f1d8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16441f4 View commit details
    Browse the repository at this point in the history
  9. Fix cut button creation in 'buttonItemsForToolbarOptions' (#119822)

    * Fix cut button creation in buttonItemsForToolbarOptions
    
    * Remove extra spaces in tests
    
    * Replace fails with expects, Add periods in the comments
    ksokolovskyi authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a6ea644 View commit details
    Browse the repository at this point in the history
Loading