-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Comparing changes
Open a pull request
base repository: flutter/plugins
base: cbcf50726fb9
head repository: flutter/plugins
compare: 840a04954fa0
- 8 commits
- 95 files changed
- 5 contributors
Commits on Dec 16, 2022
-
[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
Configuration menu - View commit details
-
Copy full SHA for 5f62d21 - Browse repository at this point
Copy the full SHA 5f62d21View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for ca974ab - Browse repository at this point
Copy the full SHA ca974abView commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 4d11be4 - Browse repository at this point
Copy the full SHA 4d11be4View commit details -
[webview_flutter_android] Fix timeouts in the integration tests (#6857)
* fix timeouts * remove broadcast instead * just use completers like a lame person
Configuration menu - View commit details
-
Copy full SHA for fd2841f - Browse repository at this point
Copy the full SHA fd2841fView commit details -
[flutter_plugin_tools] If
clang-formatdoes 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
Configuration menu - View commit details
-
Copy full SHA for abc9f9a - Browse repository at this point
Copy the full SHA abc9f9aView commit details -
[video_player] Add compatibility with the current platform interface (#…
…6855) * Relax version constraints * Update app-facing * Version bumps
Configuration menu - View commit details
-
Copy full SHA for 7efb5e8 - Browse repository at this point
Copy the full SHA 7efb5e8View commit details -
[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
Configuration menu - View commit details
-
Copy full SHA for 32dcbf3 - Browse repository at this point
Copy the full SHA 32dcbf3View commit details
Commits on Dec 17, 2022
-
[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
Configuration menu - View commit details
-
Copy full SHA for 840a049 - Browse repository at this point
Copy the full SHA 840a049View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff cbcf50726fb9...840a04954fa0