Tags: AliakseiT/plugins
Tags
[google_sign_in] Fix issue obtaining serverAuthCode on Android and ad… …d forceCodeForRefreshToken parameter (flutter#3356)
[webview_flutter_android] Expose the Java InstanceManager (flutter#6421)
[quick_actions]Migrate the plugin class to Swift, and remove custom m… …odulemap (flutter#6369)
[image_picker] Allow saving photos picked with PHPicker without permi… …ssions (flutter#6429)
[plugin_platform_interface] Switch `PlatformInterface._instanceToken`… … to an expando. (flutter#6411) This change replaces `PlatformInterface._instanceToken` (an instance field that points from a `PlatformInterface` to its corresponding token) with an expando that maps from `PlatformInterface` to `Object`. There is no change to the public API, and no change to the behavior of users' production code. This change ensures that if a customer tries to implement `PlatformInterface` using `implements` rather than `extends`, the code in `PlatformInterface._verify` won't try to access the private `_instanceToken` field in `PlatformInterface`. This is important because an upcoming change to the dart language is going to cause such accesses to throw exceptions rather than deferring to `noSuchMethod` (see dart-lang/language#2020 for details). Fixes flutter/flutter#109339.
[in_app_purchase] Replace errorColor to land deprecations (Part 2) (f… …lutter#6417)
[google_sign_in_android] Corrects typo in logs (flutter#6216)
[webview_flutter_android] Adds the scroll position method to WebView … …and updates pigeon instructions (flutter#6366)
[webview_flutter_wkwebview] Fixes typo in an internal method name, fr… …om `setCookieForInsances` to `setCookieForInstances` (flutter#6384)
PreviousNext