Thanks to visit codestin.com
Credit goes to github.com

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: b938dc13df32
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 025ce117b7ed
Choose a head ref
  • 18 commits
  • 155 files changed
  • 14 contributors

Commits on Jan 3, 2023

  1. Roll Plugins from b202b3db98dc to e85f8ac1502d (3 revisions) (#117875)

    * 035d85e62 Roll Flutter from d2127ad to 120058f (15 revisions) (flutter/plugins#6896)
    
    * 80532e0ba Roll Flutter from 120058f to 0196e60 (3 revisions) (flutter/plugins#6901)
    
    * e85f8ac15 Roll Flutter from 0196e60 to b938dc1 (7 revisions) (flutter/plugins#6908)
    engine-flutter-autoroll authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    64e7336 View commit details
    Browse the repository at this point in the history
  2. [flutter_tools] timeline_test.dart flaky (#116667)

    * contains name instead of remove last
    
    * fix expect
    
    * remove and expect on elements
    
    * delete unused code
    Jasguerrero authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    fe8dcf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f190559 View commit details
    Browse the repository at this point in the history
  4. Updated to tokens v0.150. (#117350)

    * Updated to tokens v0.150.
    
    * Updated with a reverted list_tile.dart.
    darrenaustin authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    ccfd14b View commit details
    Browse the repository at this point in the history
  5. Simplify null check. (#117026)

    * Simplify null check.
    
    * Simplify null check.
    
    * Simplify null check.
    
    * Fix.
    asashour authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b9ead37 View commit details
    Browse the repository at this point in the history
  6. Roll Flutter Engine from 7e51aef0a1be to 1d2ba73d1059 (9 revisions) (#…

    …117923)
    
    * 3e1b0dcb2 Roll Dart SDK from 881c0b56a1f7 to 617e70c95f5b (1 revision) (flutter/engine#38597)
    
    * 8b17efed8 Roll Fuchsia Linux SDK from UAq0LO56_kbgA_BUQ... to LA5kW39Gec7KvvM7x... (flutter/engine#38598)
    
    * 27960a700 [Impeller Scene] Import animation data (flutter/engine#38583)
    
    * b5acb2099 Roll Skia from 809e328ed55c to 697f9b541a0e (1 revision) (flutter/engine#38599)
    
    * dd0335b34 Roll Skia from 697f9b541a0e to 15d36b15bca1 (1 revision) (flutter/engine#38601)
    
    * adda2e80c [Impeller Scene] Animation binding and playback (flutter/engine#38595)
    
    * 71a296d53 Roll Fuchsia Linux SDK from LA5kW39Gec7KvvM7x... to rPo4_TYHCtkoOfRup... (flutter/engine#38607)
    
    * bde8d4524 Implement ITextProvider and ITextRangeProvider for UIA (flutter/engine#38538)
    
    * 1d2ba73d1 [Windows] Make the engine own the cursor plugin (flutter/engine#38570)
    engine-flutter-autoroll authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    084be5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fdc25a1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6b9f1c2 View commit details
    Browse the repository at this point in the history
  9. fix typos (#117592)

    CicadaCinema authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    889e35b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd69ef7 View commit details
    Browse the repository at this point in the history
  11. Add convenience constructors for SliverList (#116605)

    * init
    
    * lint
    
    * add the other two slivers
    
    * fix lint
    
    * add test for sliverlist.separated
    
    * add3 more
    
    * fix lint and tests
    
    * remove trailing spaces
    
    * remove trailing spaces 2
    
    * fix lint
    
    * fix lint again
    thkim1011 authored Jan 3, 2023
    Configuration menu
    Copy the full SHA
    a7942e8 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dbd36fb View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Reland "Add support for double tap and drag for text selection #109573"…

    … (#117502)
    
    * Revert "Revert "Add support for double tap and drag for text selection (#109573)" (#117497)"
    
    This reverts commit 39fa011.
    
    * Allow TapAndDragGestureRecognizer to accept pointer events from any devices -- the TapGestureRecognizer it replaces was previously doing this
    
    Co-authored-by: Renzo Olivares <[email protected]>
    Renzo-Olivares and Renzo Olivares authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    9080d1a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63653e8 View commit details
    Browse the repository at this point in the history
  3. Fix the message strings for xcodeMissing and xcodeIncomplete (#117922)

    * Add macOS to xcodeMissing and xcodeIncomplete
    
    * And unit test
    peixinli authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    906761c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e599e5c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c53501d View commit details
    Browse the repository at this point in the history
  6. Correctly propagate verbosity to subtasks in flutter.gradle (#117897)

    * Correctly propagate verbosity to subtasks in flutter.gradle
    
    * Add test
    
    * Revert accidental changes
    
    * Fix copyright year
    
    * Fix imports
    mraleph authored Jan 4, 2023
    Configuration menu
    Copy the full SHA
    025ce11 View commit details
    Browse the repository at this point in the history
Loading