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: 51a3e3a33715
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 9fb1ae839e0a
Choose a head ref
  • 13 commits
  • 56 files changed
  • 12 contributors

Commits on Dec 21, 2022

  1. Configuration menu
    Copy the full SHA
    d1244b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    400b05a View commit details
    Browse the repository at this point in the history
  3. Support safe area and scrolling in the NavigationDrawer (#116995)

    * Update navigation_drawer.dart
    
    * Update navigation_drawer_test.dart
    
    * Update navigation_drawer_test.dart
    
    * update tests
    
    * Update navigation_drawer_test.dart
    
    * Update navigation_drawer_test.dart
    hannah-hyj authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    9a347fb View commit details
    Browse the repository at this point in the history
  4. Add native unit tests to iOS and macOS templates (#117147)

    * Improve Swift plugin implementation
    
    * Add iOS tests
    
    * Review feedback on structure
    
    * Remove duplicate scheme file
    
    * Add macOS
    
    * Add iOS
    
    * swift test tweaks
    
    * unit tests
    
    * Whitespace
    
    * Add e2e tests
    stuartmorgan-g authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2a50236 View commit details
    Browse the repository at this point in the history
  5. cacheWidth cacheHeight support for canvaskit on web (#117423)

    * cacheWidth cacheHeight support for web canvaskit
    
    * comments
    
    * clarifying comment for loadTestImageProvider class
    
    Co-authored-by: alanwutang11 <[email protected]>
    alanwutang11 and alanwutang11 authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    1970bc9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff347bf View commit details
    Browse the repository at this point in the history
  7. Roll Flutter Engine from da77d1a3abb8 to 84ba80331ffe (2 revisions) (#…

    …117489)
    
    * 23a56ee9d Roll Skia from 7ad6f27aff57 to 239a9199a3d9 (5 revisions) (flutter/engine#38450)
    
    * 84ba80331 [Impeller Scene] Make Geometry/Materials own command binding behavior (flutter/engine#38437)
    engine-flutter-autoroll authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ddb7e43 View commit details
    Browse the repository at this point in the history
  8. Fix Scaffold bottomSheet null exceptions (#117008)

    * Prevent possibility of null exceptions on widget.bottomSheet
    
    * New approach that fixes bug in updating the bottomSheet
    
    * Real-world test for bottomSheet error
    
    * Allow bottomSheet to animate out after being killed, even if it was rebuilt
    
    * Go back to the simple solution of SizedBox.shrink
    justinmc authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    8ff1b6e View commit details
    Browse the repository at this point in the history
  9. Handle the case of no selection rects (#117419)

    Fixes an error that can occur when selection contains a partial glyph.
    justinmc authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    2931e50 View commit details
    Browse the repository at this point in the history
  10. Revert "Add support for double tap and drag for text selection (#109573

    …)" (#117497)
    
    This reverts commit cd0f15a.
    
    Co-authored-by: Renzo Olivares <[email protected]>
    Renzo-Olivares and Renzo Olivares authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    39fa011 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b8b3567 View commit details
    Browse the repository at this point in the history
  12. Roll Flutter Engine from 84ba80331ffe to a90c45db3f13 (2 revisions) (#…

    …117499)
    
    * afa2975aa Roll Skia from 239a9199a3d9 to cd149aaa33bd (2 revisions) (flutter/engine#38451)
    
    * a90c45db3 Roll Dart SDK from 62ea309071c6 to fc0a3217b39a (2 revisions) (flutter/engine#38452)
    engine-flutter-autoroll authored Dec 21, 2022
    Configuration menu
    Copy the full SHA
    ca7ca3b View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2022

  1. [iOS] Add task for spell check integration test (#116222)

    * Add fix and test
    
    * Add test owner
    
    * Print error for testing
    
    * Make sure locale is the problem
    
    * Test capitalization fix
    
    * Take out Android specific test
    
    * Verify eng fix
    
    * Test fix
    
    * Empty-Commit
    
    * Test all tests
    
    * Up string size for testing
    
    * Remove test
    
    * Undo ci.yaml testing changes
    
    * Test android variant:
    
    * Change to testwidgets
    
    * Add widget tester
    
    * Remove android only attempt
    
    * Revert ci.yaml changes
    camsim99 authored Dec 22, 2022
    Configuration menu
    Copy the full SHA
    9fb1ae8 View commit details
    Browse the repository at this point in the history
Loading