Skip to content

Tags: Ace10/plugins

Tags

image_picker-v0.6.3

Toggle image_picker-v0.6.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] support android V2 embedding (flutter#2430)

webview_flutter-v0.3.19+3

Toggle webview_flutter-v0.3.19+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Setup XCTests (flutter#2445)

video_player-v0.10.5+1

Toggle video_player-v0.10.5+1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
[video_player] Fixes video initialization future stall. (flutter#2134)

Fixes issue where `initialize()` `Future` stalls when failing to load source data and does not throw error.

For example if the network is offline and you try to load a video. The video will attempt to load the source on Android through ExoPlayer. This error of failing to load is reported through the event stream to the client. However, this does not complete the initialization `Completer` leaving the `Future stalled waiting for the completer to complete which it never will.

in_app_purchase-v0.3.0

Toggle in_app_purchase-v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[In_app_purchases] migrate to Play Billing Library 2.0. (flutter#2287)

webview_flutter-v0.3.19+2

Toggle webview_flutter-v0.3.19+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate away from deprecated `BinaryMessages` (flutter#2444)

* BinaryMessages migration for package:connectivity

* Migrate package:sensors from deprecated BinaryMessages

* Migrate package:webview_flutter from deprecated BinaryMessages

* Only do patch bumps

sensors-v0.4.1+6

Toggle sensors-v0.4.1+6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate away from deprecated `BinaryMessages` (flutter#2444)

* BinaryMessages migration for package:connectivity

* Migrate package:sensors from deprecated BinaryMessages

* Migrate package:webview_flutter from deprecated BinaryMessages

* Only do patch bumps

connectivity-v0.4.6+2

Toggle connectivity-v0.4.6+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Migrate away from deprecated `BinaryMessages` (flutter#2444)

* BinaryMessages migration for package:connectivity

* Migrate package:sensors from deprecated BinaryMessages

* Migrate package:webview_flutter from deprecated BinaryMessages

* Only do patch bumps

in_app_purchase-v0.2.2+6

Toggle in_app_purchase-v0.2.2+6's commit message
[in_app_purchase]Change a comment. (flutter#2329)

google_sign_in-v4.1.1

Toggle google_sign_in-v4.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] Pass the client id to the platform interface. (flutt…

…er#2427)

The param exists in the platform interface but there was no way to pass
anything to clientId through the external interface.

url_launcher_platform_interface-v1.0.5

Toggle url_launcher_platform_interface-v1.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[url_launcher_platform_interface] use non static token for platform i…

…nterface (flutter#2418)