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: d699b4a91381
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 8f3419be5e0e
Choose a head ref
  • 7 commits
  • 72 files changed
  • 5 contributors

Commits on Feb 16, 2023

  1. [ci] Update iOS simulator (#7131)

    Updates the iOS simulator used in CI from an iPhone 11 to an iPhone 13.
    
    Part of alignment with flutter/packages in preparation for merging repositories.
    
    Updates a Maps integration test for issues with the newer device.
    stuartmorgan-g authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    cd09d9d View commit details
    Browse the repository at this point in the history
  2. Roll Flutter from df41e58f6f4e to 22e17bb71050 (28 revisions) (#7186)

    * 3ad7ea3c9 Roll Plugins from 9c312d4 to 2ce625f (5 revisions) (flutter/flutter#120793)
    
    * 786571368 Roll Flutter Engine from 1328c4bc6299 to 4db9673d48d6 (2 revisions) (flutter/flutter#120796)
    
    * 541a8bfd9 Fix switching from scrollable and non-scrollable tab bars throws (flutter/flutter#120771)
    
    * ab1390e0a Use black30 for CupertinoTabBar's border (flutter/flutter#119509)
    
    * a513d4e7b Fix `flutter_localizations` README references (flutter/flutter#120800)
    
    * a664f08a5 In test of --(no-)fatal-infos analyzer flags, pin missing_return to info (flutter/flutter#120797)
    
    * ef49f5661 Add Android unit tests to plugin template (flutter/flutter#120720)
    
    * a12e242c0 Improve CupertinoContextMenu to match native more (flutter/flutter#117698)
    
    * a9f43665c Fix the `flutter run -d linux` tests (flutter/flutter#120721)
    
    * dff09558d 09da59a5a Roll Dart SDK from c022d475e9d8 to 5d17a336bdfe (1 revision) (flutter/engine#39649) (flutter/flutter#120816)
    
    * f35de0c80 Adds wide gamut saveLayer integration test (flutter/flutter#120131)
    
    * 99dcaa2d9 Roll Flutter Engine from 09da59a5adcf to a8b3d1af55b6 (3 revisions) (flutter/flutter#120821)
    
    * 8d150833b Use the impellerc GLES output flag when compiling shaders for Android (flutter/flutter#120647)
    
    * c6b636fa5 [flutter_tools] Replace Future.catchError() with Future.then(onError: ...) (flutter/flutter#120637)
    
    * 2b7d709fd Add `@widgetFactory` annotation (flutter/flutter#117455)
    
    * e65dfba8e Add Linux unit tests to plugin template (flutter/flutter#120814)
    
    * dccec41d5 5de007b90 Remove "bringup: true" from "Linux Fuchsia FEMU" (flutter/engine#39651) (flutter/flutter#120826)
    
    * d6de6bc68 9f3b061b7 Roll buildroot to 64b0c3deecaff8e66c2deb74e2171e8297b2bfcd (flutter/engine#39653) (flutter/flutter#120830)
    
    * da2508c9f bb1ff84b6 Add a white background to app anatomy diagram (flutter/engine#39638) (flutter/flutter#120832)
    
    * 1f85497ef [flutter_tools] Add the NoProfile parameter to the PowerShell execution statement (flutter/flutter#120786)
    
    * 4ad47fb47 Fix `StretchingOverscrollIndicator` not handling directional changes correctly (flutter/flutter#116548)
    
    * 9a721c456 Update AndroidManifest.xml.tmpl (flutter/flutter#120527)
    
    * c0b7d2ddd Roll Flutter Engine from bb1ff84b6c4f to 02a379db1d38 (4 revisions) (flutter/flutter#120845)
    
    * a10e295a0 Added identical(a,b) short circuit to Material Library lerp methods (flutter/flutter#120829)
    
    * efde35081 Roll Flutter Engine from 02a379db1d38 to a966cf878ffd (2 revisions) (flutter/flutter#120846)
    
    * cc473e4f1 Roll Flutter Engine from a966cf878ffd to 3fc40ca5beb9 (3 revisions) (flutter/flutter#120850)
    
    * d1252428c Roll Flutter Engine from 3fc40ca5beb9 to 9fa2a5c3cfbd (2 revisions) (flutter/flutter#120856)
    
    * 22e17bb71 ea1d087c4 Roll Skia from b8b36146c7a0 to 7b3fb04bc3d4 (3 revisions) (flutter/engine#39673) (flutter/flutter#120860)
    engine-flutter-autoroll authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    016c3b7 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

  1. [ios_platform_images] Update minimum version to iOS 11 (#6874)

    * [ios_platform_images] Update minimum version to iOS 11
    
    * README update
    jmagman authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    7160f55 View commit details
    Browse the repository at this point in the history
  2. [in_app_purchase] Update minimum Flutter version to 3.3 and iOS 11 (#…

    …6873)
    
    * [in_app_purchase] Bump minimum Flutter version to 3.3 for iOS plugins
    
    * Bump Flutter version
    
    * super params
    
    * Format
    jmagman authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    ea048a2 View commit details
    Browse the repository at this point in the history
  3. [google_sign_in_web] Migrate to the GIS SDK. (#6921)

    * [google_sign_in_web] Migrate to GIS SDK.
    
    * include_granted_scopes in requestScopes call.
    
    * Remove the old JS-interop layer.
    
    * Introduce a mockable GisSdkClient for tests.
    
    * Split the people utils.
    
    * Delete tests for the old code.
    
    * Add some tests for the new code.
    
    * More utils_test.dart
    
    * Make jsifyAs reusable.
    
    * Ignore the tester in utils_test.dart
    
    * Make Clients overridable, and some renaming.
    
    * Test people.dart
    
    * Make autoDetectedClientId more testable.
    
    * Add mockito.
    
    * Comment about where to better split the code so GisSdkClient is testable too.
    
    * Add google_sign_in_web_test.dart (and its mocks)
    
    * dart format
    
    * Log only in debug.
    
    * Sync min sdk with package gis_web
    
    * Add migration notes to the README.
    
    * When the user is known upon signIn, remove friction.
    
    * Do not ask for user selection again in the authorization popup
    * Pass the email of the known user as a hint to the signIn method
    
    * Address PR comments / checks.
    
    * Update migration guide after comments from testers.
    
    * Update README.md
    
    * Remove package:jose from tests.
    
    * Rename to Vincent Adultman
    
    * _isJsSdkLoaded -> _jsSdkLoadedFuture
    
    * Remove idToken comment.
    
    * Link issue to split mocking better.
    
    * Remove dependency in package:jwt_decoder
    
    * Remove unneeded cast call.
    ditman authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    5304424 View commit details
    Browse the repository at this point in the history
  4. [image_picker] Fix images changing to incorrect orientation (#7187)

    * fix orientation issue
    
    * update changelog
    
    * add test
    
    * fix formatting
    vashworth authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    9a3a77e View commit details
    Browse the repository at this point in the history
  5. Roll Flutter from 22e17bb71050 to 298d8c76ba78 (20 revisions) (#7190)

    * f85438bfa c8b1d2ffa Roll Fuchsia Mac SDK from YpQKlqmyn8r_snx06... to xl9Y8o-9FDyvPogki... (flutter/engine#39675) (flutter/flutter#120887)
    
    * 174a562a6 d699b4a Roll Flutter from e3471f0 to df41e58f6f4e (83 revisions) (#7184) (flutter/flutter#120888)
    
    * 170539f83 Roll Flutter Engine from c8b1d2ffaec8 to 0d8d93306822 (2 revisions) (flutter/flutter#120891)
    
    * df98689c9 2be7253c9 Roll Fuchsia Linux SDK from q7u2WyX2BSRBIzyTW... to yT4JLKTCWWwbRwB0l... (flutter/engine#39679) (flutter/flutter#120898)
    
    * cacef57b6 [flutter_tools] Skip over "Resolving dependencies..." text in integration tests (flutter/flutter#120077)
    
    * 34102ca3b Migrate channels to pkg:integration _test (flutter/flutter#120833)
    
    * df13ea248 Roll Flutter Engine from 2be7253c9b10 to e4cb80e22ee1 (2 revisions) (flutter/flutter#120903)
    
    * a2e65f7c3 Roll Flutter Engine from e4cb80e22ee1 to 4a90fbcd6901 (2 revisions) (flutter/flutter#120911)
    
    * e00241a06 Enable Windows plugin tests (flutter/flutter#119345)
    
    * 09ad9f3cd Document ScrollPhysics invariant requiring ballistic motion (flutter/flutter#120400)
    
    * 6029de2fb Update switch template (flutter/flutter#120919)
    
    * 229d70ea3 Roll Flutter Engine from 4a90fbcd6901 to bddfc1c4dcaa (5 revisions) (flutter/flutter#120920)
    
    * 206c6ae99 roll packages (flutter/flutter#120922)
    
    * 9fcaaebb5 Roll Flutter Engine from bddfc1c4dcaa to 6602fc753525 (3 revisions) (flutter/flutter#120928)
    
    * 00c0a07fa Increase Linux docs_test timeout (flutter/flutter#120899)
    
    * e29a79975 946b29198 [dart:ui] Introduce `PlatformDispatcher.implicitView` (flutter/engine#39553) (flutter/flutter#120939)
    
    * 081cd5776 650db7a72 [macOS] Eliminate mirrors support (flutter/engine#39694) (flutter/flutter#120943)
    
    * 875e48c69 52a4fb4c5 Roll Skia from b1800a8b9595 to d0df677ffd5e (13 revisions) (flutter/engine#39699) (flutter/flutter#120947)
    
    * 78d058f46 6e92c0c28 Roll Fuchsia Mac SDK from xl9Y8o-9FDyvPogki... to haDvcC5VzWVdQs9Rs... (flutter/engine#39700) (flutter/flutter#120950)
    
    * 298d8c76b Revert "Remove references to Observatory (#118577)" (flutter/flutter#120929)
    engine-flutter-autoroll authored Feb 17, 2023
    Configuration menu
    Copy the full SHA
    8f3419b View commit details
    Browse the repository at this point in the history
Loading