Tags: truthuntold/plugins
Tags
[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)
Revert "[url_launcher]: Bump gradle from 3.4.2 to 7.2.2 in /packages/… …url_launcher/url_launcher_android/android flutter#6194" (flutter#6383)
[local_auth]: Bump fragment from 1.5.1 to 1.5.2 in /packages/local_au… …th/local_auth_android/android (flutter#6251)
[url_launcher]: Bump gradle from 3.4.2 to 7.2.2 in /packages/url_laun… …cher/url_launcher_android/android (flutter#6194)
[shared_pref]: Bump gradle from 3.4.0 to 7.2.2 in /packages/shared_pr… …eferences/shared_preferences_android/android (flutter#6193)
PreviousNext