8000 Tags · AliakseiT/plugins · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: AliakseiT/plugins

Tags

google_sign_in-v5.4.2

Toggle google_sign_in-v5.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_sign_in] Fix issue obtaining serverAuthCode on Android and ad…

…d forceCodeForRefreshToken parameter (flutter#3356)

webview_flutter_android-v2.10.2

Toggle webview_flutter_android-v2.10.2'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] Expose the Java InstanceManager (flutter#6421)

quick_actions_ios-v1.0.1

Toggle quick_actions_ios-v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[quick_actions]Migrate the plugin class to Swift, and remove custom m…

…odulemap (flutter#6369)

image_picker_ios-v0.8.6+1

Toggle image_picker_ios-v0.8.6+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[image_picker] Allow saving photos picked with PHPicker without permi…

…ssions (flutter#6429)

plugin_platform_interface-v2.1.3

Toggle plugin_platform_interface-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.
[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_storekit-v0.3.2+1

Toggle in_app_purchase_storekit-v0.3.2+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[in_app_purchase] Replace errorColor to land deprecations (Part 2) (f…

…lutter#6417)

google_sign_in_android-v6.1.1

Toggle google_sign_in_android-v6.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_sign_in_android] Corrects typo in logs (flutter#6216)

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)

in_app_purchase_android-v0.2.3+4

Toggle in_app_purchase_android-v0.2.3+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[in_app_purchase] Add immediateAndChargeFullPrice ProrationMode (flut…

…ter#6415)

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)
0