Tags: millerf/plugins
Tags
[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)
[image_picker]: Bump gradle from 3.3.0 to 7.2.1 in /packages/image_pi… …cker/image_picker_android/android (flutter#5839)
[video_player] Remove default method channel implementation (flutter#… …6341) Eliminates `MethodChannelVideoPlayer`, and instead makes the default a no-op subclass of the interface (i.e., one that throws `UnimplementedError` for everything). This moves the plugin from option 3 to option 2 in https://docs.flutter.dev/go/platform-channels-in-federated-plugins. This implementation is being removed because its use of Pigeon made ongoing maintenance impractical. Since default implementations are intended for backward compatibility with third-party native-only implementations, the platform channel internals of default implementations are considered part of the API surface. Pigeon considers those details implementation details, which means it was impossible to ever update the version of Pigeon used here without breaking changes. This means that fundamentally, Pigeon is not a viable choice for default implementations. The alternative to removing it would be replacing it with a new non-Pigeon method channel implementation, but that would also be a breaking change, defeating the purpose of backward compatibility. This would only benefit new third-party implementations, but new implementations should implement the platform interface rather than using the legacy default implementation. Fixes flutter/flutter#110017
[camera] Avoid joining thread causing ANR (flutter#6224)
[path_provider] Update win32 (flutter#6352)
PreviousNext