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

Commits on Jul 12, 2022

  1. Add a snapAnimationDuration param in DraggableScrollableSheet (#107396)

    * Add a snapAnimationDuration param in DraggableScrollableSheet
    
    * snapAnimationDuration.inMilliseconds > 0
    
    * Update draggable_scrollable_sheet.dart
    hannah-hyj authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    b753476 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8fb92d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6bf7e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16038ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e6f69ad View commit details
    Browse the repository at this point in the history
  6. Remerge "Fixed AnimatedSwitcher chain produced duplicates" after fixi…

    …ng issues with g3
    
    This reverts commit 1d2fa28.
    youssef-attia authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    cfff88b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    93a74ca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2600b2d View commit details
    Browse the repository at this point in the history
  9. updateEditingValueWithDeltas should fail loudly when TextRange is inv…

    …alid (#107426)
    
    * Make deltas fail loudly
    
    * analyzer fixes
    
    * empty
    
    * updates
    
    * Analyzer fixes
    
    * Make it more obvious what kind of TextRange is failing and where
    
    * update tests
    
    * Add tests for concrete TextEditinDelta apply method
    
    * trailing spaces
    
    * address nits
    
    * fix analyzer
    
    Co-authored-by: Renzo Olivares <[email protected]>
    Renzo-Olivares and Renzo Olivares authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    329afbe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2c2d1a View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. Configuration menu
    Copy the full SHA
    c7ce24d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c251856 View commit details
    Browse the repository at this point in the history
  3. Improve coverage speed by using new caching option for package:covera…

    …ge (#107395)
    
    Speedup coverage test runs by using (new) coverage handle with caching.
    
    On a `flutter test --coverage` run on `packages/flutter` the runtime goes from ~828 seconds to ~617 seconds, or a ~25% reduction in time spent (testing without coverage takes ~236 seconds so the overhead of `--coverage` in this case goes from ~592 seconds to ~381 seconds, or a ~35% reduction).
    jensjoha authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    803ef6a View commit details
    Browse the repository at this point in the history
Loading