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: d065e4e
Choose a base ref
...
head repository: flutter/plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6f985d5
Choose a head ref
  • 10 commits
  • 71 files changed
  • 12 contributors

Commits on Feb 6, 2023

  1. [image_picker] GIF files will animate without permissions. PNG and GI…

    …F files will retain their image type if missing permissions. (#7084)
    
    * Fix GIF files not animating if permission not given. Fix PNG files getting convert to JPG if permission not given
    
    * updated changelog and pubspec, added a comment
    vashworth authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8838645 View commit details
    Browse the repository at this point in the history
  2. [camera] flip/change camera while recording - platform interface (#7011)

    * platform interface changes pr
    
    * changes version to 2.4
    
    * fixes versioning
    
    ---------
    
    Co-authored-by: BradenBagby <[email protected]>
    BradenBagby and BradenBagbyWavv authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7a63dbc View commit details
    Browse the repository at this point in the history
  3. Roll Flutter from b8f5394 to 3c3c9a1 (3 revisions) (#7107)

    * bbca7ff Add Material 3 `SwitchListTile` example and update existing examples (flutter/flutter#119714)
    
    * 47a0674 Reland "Add --serve-observatory flag to run, attach, and test (#118402)"  (flutter/flutter#119737)
    
    * 3c3c9a1 [M3] Add ListTile's iconColor property support for icon buttons (flutter/flutter#120075)
    engine-flutter-autoroll authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c6be936 View commit details
    Browse the repository at this point in the history
  4. [gh_actions]: Bump github/codeql-action from 2.1.37 to 2.2.1 (#7059)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.1.37 to 2.2.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@959cbb7...3ebbd71)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    eb0a6b5 View commit details
    Browse the repository at this point in the history
  5. [camerax] Wrap methods necessary for preview implementation (#7046)

    * Add code needed from proof of concept
    
    * Add test files, delete unecessary method
    
    * Add tests, remove unecessary code
    
    * Fix analyze
    
    * Update changelog
    
    * Cleanup:
    
    * Cleanup and add switch
    
    * Finish todo
    
    * Add onCameraError
    
    * Fix pigeon file
    
    * Add method for releasing flutter texture and cleanup surface logic
    
    * Add test for release method
    
    * Add dart test
    
    * Update changelog
    
    * Modify flutter api names to avoid stack overflow
    
    * Cleanup
    
    * Fix tests
    
    * Delete space
    
    * Address review 1
    
    * Update switch
    
    * Add annotations and constants in tests
    
    * Reset verification behavior
    camsim99 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    dc0d3a0 View commit details
    Browse the repository at this point in the history
  6. [local_auth]: Bump core from 1.8.0 to 1.9.0 in /packages/local_auth/l…

    …ocal_auth_android/android (#6393)
    
    * [local_auth]: Bump core
    
    Bumps core from 1.8.0 to 1.9.0.
    
    ---
    updated-dependencies:
    - dependency-name: androidx.core:core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Bump compilesdkversion
    
    * Bump fragment and update changelog
    
    * Bump gradle version
    
    * Bump compileSdkVersion
    
    * Bump all plugins compilesdkversion
    
    * Bump gradle version of example apps
    
    * Update changelog
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: camsim99 <[email protected]>
    dependabot[bot] and camsim99 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c9f6bee View commit details
    Browse the repository at this point in the history
  7. [webview_flutter_web] Avoids XHR when possible. (#7090)

    * update
    
    * Request body must be empty too to skip XHR request. Add test.
    
    * Add ContentType class to parse response headers.
    
    * Use content-type in response to encode iframe contents.
    
    * Attempt to run integration_tests. Do they ever fail?
    
    * Update docs.
    
    * Set Widget styles in a way the flutter engine likes.
    
    * Add bash to codeblocks in readme.
    
    ---------
    
    Co-authored-by: David Iglesias Teixeira <[email protected]>
    bparrishMines and ditman authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    f5957bd View commit details
    Browse the repository at this point in the history
  8. [Espresso] Update expressio dependencies (#7108)

    * Update gradle and gson dependencies
    
    * Update changelog and version
    
    * Modify tense to follow changelog style
    reidbaker authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    55f2573 View commit details
    Browse the repository at this point in the history
  9. [url_launcher_ios] Update minimum Flutter version to 3.3 and iOS 11 (#…

    …7110)
    
    * [url_launcher_ios] Update minimum Flutter version to 3.3 and iOS 11
    
    * super
    jmagman authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    76ea8c8 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Configuration menu
    Copy the full SHA
    6f985d5 View commit details
    Browse the repository at this point in the history
Loading