Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
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/plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 92a5367d58df
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e5cf2d2da27
Choose a head ref
  • 8 commits
  • 35 files changed
  • 3 contributors

Commits on Jan 13, 2023

  1. Roll Flutter from 0d91c03 to 2201698 (28 revisions) (#6953)

    * f1a1f27 [M3] Add error state support for side property of CheckBox (flutter/flutter#118386)
    
    * 27502f6 Roll Plugins from 620a059 to 39197f1 (6 revisions) (flutter/flutter#118391)
    
    * 40bc6b5 Move debug error message from failed pub to logger.printTrace (flutter/flutter#118379)
    
    * 5630d53 [tool] Generate a binary version of the asset manifest (flutter/flutter#117233)
    
    * c7a3f0f IconButtonTheme should be overridden by the AppBar/AppBarTheme's iconTheme and actionsIconTheme (flutter/flutter#118216)
    
    * ee1c59d reduce pub output from flutter create (flutter/flutter#118285)
    
    * 947b694 roll packages (flutter/flutter#118277)
    
    * 8f365a3 [web] Update build to use generated JS runtime for Dart2Wasm. (flutter/flutter#118359)
    
    * ace4fb5 Roll Flutter Engine from 4a8d6866a1c0 to c01465a18f31 (9 revisions) (flutter/flutter#118409)
    
    * db8d1a4 Add MSYS2 detection on Windows Terminal (flutter/flutter#117612)
    
    * c905a09 Add documentation for drag/fling offset in WidgetController. (flutter/flutter#118288)
    
    * 4e85235 688015782 fixed glfw example for arm64 (flutter/engine#38426) (flutter/flutter#118413)
    
    * 9e11d4a Use correct API docs link in create --sample help message (flutter/flutter#118371)
    
    * 3e00520 Roll Flutter Engine from 688015782762 to 35cfe9158648 (2 revisions) (flutter/flutter#118415)
    
    * bd938b0 Fix tap/drag callbacks firing when TapAndDragGestureRecognizer has not won the arena (flutter/flutter#118342)
    
    * 19af46f 8aa26baa9 Roll Dart SDK from edd406c07399 to 20cca507d98b (1 revision) (flutter/engine#38823) (flutter/flutter#118420)
    
    * f7b444e add generated_plugins.cmake (flutter/flutter#116581)
    
    * 40c96f1 Enable xcode cache cleanup for a few days. (flutter/flutter#118419)
    
    * 59d737e 99509a7e4 Correct FrameTimingRecorder's raster start time. (flutter/engine#38674) (flutter/flutter#118425)
    
    * 9024a70 Roll Flutter Engine from 99509a7e4275 to f3f05368033b (2 revisions) (flutter/flutter#118429)
    
    * 0752af8 Add `allowedButtonsFilter` to prevent Draggable from appearing with secondary click. (flutter/flutter#111852)
    
    * 1578acb 15d59792e Roll Skia from dfb838747295 to 9e51c2c9e231 (26 revisions) (flutter/engine#38827) (flutter/flutter#118432)
    
    * 07c47dc a62d25326 Roll Skia from dfb838747295 to cc983d28f3bf (27 revisions) (flutter/engine#38830) (flutter/flutter#118435)
    
    * 17a855e dfa0327f8 Roll Skia from cc983d28f3bf to fd54be29a3cc (3 revisions) (flutter/engine#38833) (flutter/flutter#118436)
    
    * b896066 07603c6d4 Roll Dart SDK from 20cca507d98b to 3d629d00a8d7 (2 revisions) (flutter/engine#38834) (flutter/flutter#118439)
    
    * ddad6f1 Fix copying/applying font fallback with package (flutter/flutter#118393)
    
    * 8889d49 dec608917 Roll Fuchsia Mac SDK from nIPtQ59jG1pxyatOq... to 21nYb648VWbpxc36t... (flutter/engine#38839) (flutter/flutter#118445)
    
    * 2201698 970889b87 Roll Skia from fd54be29a3cc to c72c7bf7e45b (3 revisions) (flutter/engine#38840) (flutter/flutter#118448)
    engine-flutter-autoroll authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    d607cd9 View commit details
    Browse the repository at this point in the history
  2. [tool] Check for search paths in Swift plugins (#6954)

    * Rename command, bump version
    
    * Update tests to write actual podspecs
    
    * Add new check
    
    * Analyzer fix
    
    * Unhdo file move
    stuartmorgan-g authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    e2d174c View commit details
    Browse the repository at this point in the history
  3. [shared_preferences] Revert recent iOS example changes (#6955)

    * Revert "[shared_preferences_foundation] Add Swift runtime search paths for Objective-C apps (#6952)"
    
    This reverts commit be2e3de.
    
    * Revert "[shared_preferences] Switch to `shared_preferences_foundation` (#6940)"
    
    This reverts commit 44098fe.
    
    * Re-apply the non-example parts of the reverted PRs
    stuartmorgan-g authored Jan 13, 2023
    Configuration menu
    Copy the full SHA
    f80aabf View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. [android_webview_controller] Fixes bug where an AndroidController c…

    …ouldn't be reused (#6910)
    
    * the fix
    
    * change location of setting pageLoaded
    
    * destroy webview when removed from system
    bparrishMines authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    f36fa64 View commit details
    Browse the repository at this point in the history
  2. [webview_flutter_android] Fixes crash when the Java InstanceManager

    … was used after plugin was removed from engine (#6943)
    
    * dont throw errors on all instance manager methods
    
    * tests
    
    * version bump
    
    * change to logging a warning and ignore calls in other methods
    
    * the
    
    * documentation
    bparrishMines authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    b751ff1 View commit details
    Browse the repository at this point in the history
  3. Roll Flutter from 2201698 to 68dd63d (9 revisions) (#6956)

    * 8900bda a512cebdc Roll Dart SDK from 3d629d00a8d7 to 645fd748e79e (1 revision) (flutter/engine#38841) (flutter/flutter#118454)
    
    * fb1a151 Roll Plugins from 39197f1 to 92a5367 (4 revisions) (flutter/flutter#118457)
    
    * 3a181e4 Added LinearBorder, an OutlinedBorder like BoxBorder (flutter/flutter#116940)
    
    * a523f79 Marks Mac_ios spell_check_test to be unflaky (flutter/flutter#117743)
    
    * cea55d9 [Linux] Add a 'flutter run' console output test (flutter/flutter#118279)
    
    * b4d7275 Add Info.plist from build directory as input path to Thin Binary build phase (flutter/flutter#118209)
    
    * 2fd8250 [flutter_tools] re-enable web shader compilation (flutter/flutter#118461)
    
    * 13a8dce Bump github/codeql-action from 2.1.37 to 2.1.38 (flutter/flutter#118482)
    
    * 68dd63d Mark Mac_arm64 tool_host_cross_arch_tests not flaky (flutter/flutter#118484)
    engine-flutter-autoroll authored Jan 14, 2023
    Configuration menu
    Copy the full SHA
    1efd518 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2023

  1. Roll Flutter from 68dd63d to 1220245 (4 revisions) (#6957)

    * da5f8cf Roll Flutter Engine from a512cebdcd30 to 7dc5e7efa66a (2 revisions) (flutter/flutter#118505)
    
    * baefecc 35479aa1c Roll Fuchsia Mac SDK from 21nYb648VWbpxc36t... to w0hr1ZMvYGJnWInwK... (flutter/engine#38880) (flutter/flutter#118509)
    
    * ca300ce 25cb82272 Add include to make g3 happy (flutter/engine#38850) (flutter/flutter#118510)
    
    * 1220245 f79030440 Roll Skia from c72c7bf7e45b to c64a10d525d1 (7 revisions) (flutter/engine#38858) (flutter/flutter#118511)
    engine-flutter-autoroll authored Jan 15, 2023
    Configuration menu
    Copy the full SHA
    eda98cd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Roll Flutter from 1220245 to 8c2fdb8 (2 revisions) (#6979)

    * 7188c3e Update documentation about accent color (flutter/flutter#116778)
    
    * 8c2fdb8 M3 Button padding adjustments (flutter/flutter#118449)
    engine-flutter-autoroll authored Jan 16, 2023
    Configuration menu
    Copy the full SHA
    4e5cf2d View commit details
    Browse the repository at this point in the history
Loading