Skip to content

Tags: jeanbr07/plugins

Tags

webview_flutter-v0.3.19+7

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Remove the upper bound from the Flutter SDK constra…

…int (flutter#2517)

As the Flutter SDK does not follow semver, an upper bound has no semantic meaning.

Using this plugin as a canary to check if anything breaks when we remove this bound.

in_app_purchase-v0.3.1

Toggle in_app_purchase-v0.3.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] Fix version. (flutter#2518)

e2e-v0.2.3+1

Toggle e2e-v0.2.3+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename test (flutter#2516)

video_player-v0.10.7

Toggle video_player-v0.10.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Add caption to VideoPlayerValue to get the current clo…

…sed caption (flutter#2487)

This PR adds closed caption support to the `VideoPlayerController` and `VideoPlayerValue`. It also adds a basic widget for displaying closed captioning on top of a `VideoPlayer`.
 
In addition, this PR:
 
* Adds tests for the caption functionality.
* Refactors the `example/lib/main.dart` file to include closed caption example, and reduce some of the boiler plate.
* Closes [flutter/flutter#49813](flutter/flutter#49813)

google_sign_in_web-v0.8.3+1

Toggle google_sign_in_web-v0.8.3+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_web] Add more detailed setup instructions. (flutter#2508

)

* Add information about the "Authorized JavaScript origins", and how to set them up in the Google APIs console.

Fixes flutter/flutter#49539

google_maps_flutter-v0.5.22+3

Toggle google_maps_flutter-v0.5.22+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_maps_flutter] Fix circle and polygon stroke width (flutter#2044)

Stroke width of Polygon and Circles on Android was not independent of the screen density

google_maps_flutter-v0.5.22+2

Toggle google_maps_flutter-v0.5.22+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[google_maps_flutter] Add steps to set up google map sdk on each plat…

…form in readme. (flutter#2507)

webview_flutter-v0.3.19+6

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[webview_flutter] Fix iOS WebView not opening href with target="_blan…

…k" (flutter#2500)

Right now, flutter webview on Android will open href's with target="_blank", but iOS will not. This PR fixes this.

url_launcher_web-v0.1.1

Toggle url_launcher_web-v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[url_launcher_web] Added support for mailto in url_launcher_web plugin (

flutter#2490)

* Unit tests
* Updated version and CHANGELOG

in_app_purchase-v0.3.0+3

Toggle in_app_purchase-v0.3.0+3'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] Fix wrong _pendingCompletePurchase flag value (flut…

…ter#2504)