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

Commits on Dec 16, 2022

  1. [local_auth] Fix failed biometric authentication not throwing error (#…

    …6821)
    
    * fix failed biometric authentication not throwing error + tests
    
    * fix test names
    
    * Revert "fix test names"
    
    This reverts commit 89ba69c.
    
    * Revert "fix failed biometric authentication not throwing error + tests"
    
    This reverts commit 684790a.
    
    * fix authentication not throwing error + tests
    
    * fix test name
    
    * auto format
    
    * cr fixes
    
    * addressed pr comments
    
    * formatting
    
    * formatting
    
    * formatting
    
    * format attempt
    
    * format attempt
    
    * formatting fixes
    
    * change incorrect versionning
    
    * fix test
    
    * add back macro
    
    * fixed up tests, removed unnecessary assertions, replaced isAMemberOf
    
    * add back error for unknown error codes
    
    * tests
    
    * changed enum to something thats not deprecated
    
    * remove redundant test
    LouiseHsu authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    5f62d21 View commit details
    Browse the repository at this point in the history
  2. [webview_flutter_web] Copies web implementation of webview_flutter fr…

    …om v4_webview (#6854)
    
    * v4 web impl
    
    * add breaking change
    
    * fix lints
    
    * exclude web plugin
    bparrishMines authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    ca974ab View commit details
    Browse the repository at this point in the history
  3. [image_picker] Don't store null paths in lost cache (#6678)

    If the user cancels image selection on Android, store nothing in the
    lost image cache rather than storing an array with a null path.
    
    While we could potentially keep this behavior and instead handle it
    differently on the Dart side, returning some new "cancelled"
    `LostDataResponse`, that would be semi-breaking; e.g., the current
    example's lost data handling would actually throw as written if we had a
    new non-`isEmpty`, non-exception, null-`file` response. Since nobody has
    requested the ability to specifically detect a "lost cancel" as being
    different from not having started the process of picking anything, this
    doesn't make that potentially-client-breaking change. If it turns out
    there's a use case for that in the future, we can revisit that (but
    should not do it by storing a null entry in a file array anyway).
    
    Fixes flutter/flutter#114551
    stuartmorgan-g authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    4d11be4 View commit details
    Browse the repository at this point in the history
  4. [webview_flutter_android] Fix timeouts in the integration tests (#6857)

    * fix timeouts
    
    * remove broadcast instead
    
    * just use completers like a lame person
    bparrishMines authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    fd2841f View commit details
    Browse the repository at this point in the history
  5. [flutter_plugin_tools] If clang-format does not run, fall back to o…

    …ther executables in PATH (#6853)
    
    * If clang-format does not run, fall back to other executables in PATH
    
    * Review edits
    jmagman authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    abc9f9a View commit details
    Browse the repository at this point in the history
  6. [video_player] Add compatibility with the current platform interface (#…

    …6855)
    
    * Relax version constraints
    
    * Update app-facing
    
    * Version bumps
    stuartmorgan-g authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    7efb5e8 View commit details
    Browse the repository at this point in the history
  7. [image_picker] Improve image_picker for iOS to handle more image types (

    #6812)
    
    * Improve image picker for ios to handle more image types
    
    * Update release info
    
    * different svg, remove raw test
    
    * change pro raw image
    
    * change pro raw image
    
    * add error log
    
    * fix formatting
    
    * fix image identifiers in test
    
    * get image type identifier from itemProvider in test
    vashworth authored Dec 16, 2022
    Configuration menu
    Copy the full SHA
    32dcbf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2022

  1. [webview_flutter] Copies app-facing implementation of webview_flutter…

    … from v4_webview (#6856)
    
    * copy code from v4_webview
    
    * version bump and readme update
    
    * work towards better readme
    
    * improvements
    
    * more readme progress
    
    * improvements
    
    * fix main and update more readme
    
    * excerpt changes and more 3.0 diffs
    
    * cookie manager update
    
    * remove packages from exclude list
    
    * lint
    
    * better range
    
    * isForMainFrame
    
    * load page after waiting for widget
    
    * fix integration tests
    
    * improve readme a bit
    
    * collapse changelong. update platform-specific wording. include in excerpt tests
    
    * use platform implementation packages
    
    * include missing exports
    
    * PR comments
    
    * correct spelling
    
    * interface dev dependency
    
    * move other usage above migration
    
    * remove interface classes
    bparrishMines authored Dec 17, 2022
    Configuration menu
    Copy the full SHA
    840a049 View commit details
    Browse the repository at this point in the history
Loading