Skip to content

Tags: millerf/plugins

Tags

webview_flutter_android-v2.10.1

Toggle webview_flutter_android-v2.10.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter_android] Adds the scroll position method to WebView …

…and updates pigeon instructions (flutter#6366)

webview_flutter_wkwebview-v2.9.4

Toggle webview_flutter_wkwebview-v2.9.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter_wkwebview] Fixes typo in an internal method name, fr…

…om `setCookieForInsances` to `setCookieForInstances` (flutter#6384)

url_launcher_android-v6.0.19

Toggle url_launcher_android-v6.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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_android-v1.0.12

Toggle local_auth_android-v1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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_android-v6.0.18

Toggle url_launcher_android-v6.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[url_launcher]: Bump gradle from 3.4.2 to 7.2.2 in /packages/url_laun…

…cher/url_launcher_android/android (flutter#6194)

shared_preferences_android-v2.0.13

Toggle shared_preferences_android-v2.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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_android-v0.8.5+3

Toggle image_picker_android-v0.8.5+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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_platform_interface-v6.0.0

Toggle video_player_platform_interface-v6.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[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_android-v0.10.0+2

Toggle camera_android-v0.10.0+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Avoid joining thread causing ANR (flutter#6224)

path_provider_windows-v2.1.3

Toggle path_provider_windows-v2.1.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[path_provider] Update win32 (flutter#6352)