This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Tags: flutter/plugins
Tags
[webview_flutter_android][webview_flutter_wkwebview] Adds support to … …retrieve native `WebView` (#7071) * implementation of the webViewIdentifier field * change to external classes * formatting * update readmes * iOS * improve * hmmmm * add note about not using other apis * project changes * add external api tests to project * ordering * fix docs and use id
[webview_flutter_android][webview_flutter_wkwebview] Adds support to … …retrieve native `WebView` (#7071) * implementation of the webViewIdentifier field * change to external classes * formatting * update readmes * iOS * improve * hmmmm * add note about not using other apis * project changes * add external api tests to project * ordering * fix docs and use id
[google_maps_flutter_android] Fixes initial padding not working while… … map has not been created yet. (#7135) * fix initial padding not working * fix changelog * remove unused imports * removed visiblefortesting from google map * add private back * applied patch * replace 10 with padding * add line * remove line
[file_selector] Relax xdg_directories constraint (#7157) `xdg_directories` 0.2.0 was update to 1.0 to reflect that it has a stable API, with no other changes. This updates the constraint to allow either 0.2.x or 1.x to avoid dependency conflicts in the future.
[google_sign_in] Slight cleanup in GoogleSignInPlugin (#7013) * Slight cleanup in GoogleSignInPlugin 1) Use switch instead of if/else and show all possible states 2) Handle the case of synchronous failure in signInSilently() by checking isComplete() instead of isSuccessful() * Run formatter and fix some compilation errors * Version bump * Declare throws * Update error text expectation * Diagnose failing test * Code * Code * Fix test
[image_picker_android] Name picked files to match the original filena… …mes where possible (#6096) * [image_picker_android] Name picked files to match the original filenames where possible. * [image_picker_android] Update CHANGELOG.md * [image_picker_android] Add license blocks * [image_picker_android] Clear imports, document FileUtils.getPathFromUri * [image_picker_android] Fix analysis issues
[google_maps_flutter_android] Fixes points losing precision when conv… …erting to LatLng (#7101) * fix points losing precision when converted to lat long * add changelog * fix format * fix format * fix name * fix format * add license
[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 <ditman@gmail.com>