Skip to content

Tags: puneetchd/plugins

Tags

video_player-v0.10.11+2

Toggle video_player-v0.10.11+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[multiple] Improve video playback in image_picker example (flutter#2819)

This change adds small bugfixes to the following packages:

* video_player_web:
  * Prevent parsing Blob URLs so Safari can play from a PickedFile.
  * Allow users to 'mute' videos by setting their volume to 0.0 (this enables auto-play in most modern browsers)
* video_player:
  * Fix an issue where aspect ratio calculations failed when some of the video sizes were zero (happened in web for incorrect videos)
* image_picker (example app):
  * Start videos in web muted so they can auto-play
  * Dispose video controllers when they're really not needed. This fixes a fatal crash in Safari (not so fatal in other browsers).

video_player_web-v0.1.3+2

Toggle video_player_web-v0.1.3+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[multiple] Improve video playback in image_picker example (flutter#2819)

This change adds small bugfixes to the following packages:

* video_player_web:
  * Prevent parsing Blob URLs so Safari can play from a PickedFile.
  * Allow users to 'mute' videos by setting their volume to 0.0 (this enables auto-play in most modern browsers)
* video_player:
  * Fix an issue where aspect ratio calculations failed when some of the video sizes were zero (happened in web for incorrect videos)
* image_picker (example app):
  * Start videos in web muted so they can auto-play
  * Dispose video controllers when they're really not needed. This fixes a fatal crash in Safari (not so fatal in other browsers).

image_picker-v0.6.7+3

Toggle image_picker-v0.6.7+3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[multiple] Improve video playback in image_picker example (flutter#2819)

This change adds small bugfixes to the following packages:

* video_player_web:
  * Prevent parsing Blob URLs so Safari can play from a PickedFile.
  * Allow users to 'mute' videos by setting their volume to 0.0 (this enables auto-play in most modern browsers)
* video_player:
  * Fix an issue where aspect ratio calculations failed when some of the video sizes were zero (happened in web for incorrect videos)
* image_picker (example app):
  * Start videos in web muted so they can auto-play
  * Dispose video controllers when they're really not needed. This fixes a fatal crash in Safari (not so fatal in other browsers).

e2e-v0.6.0

Toggle e2e-v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[e2e] Bump version to 0.6.0 (flutter#2855)

Missed this earlier in flutter#2854

connectivity-v0.4.9

Toggle connectivity-v0.4.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[connectivity] Endorse connectivity_for_web. (flutter#2853)

url_launcher_web-v0.1.2

Toggle url_launcher_web-v0.1.2'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] Adds "tel" and "sms" URL support (flutter#2847)

shared_preferences_linux-v0.0.1

Toggle shared_preferences_linux-v0.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences_linux] Add support for Linux (flutter#2836)

Adds shared_preferences support for Linux.

Part of flutter/flutter#41720

path_provider_linux-v0.0.1+2

Toggle path_provider_linux-v0.0.1+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[shared_preferences_linux] Add support for Linux (flutter#2836)

Adds shared_preferences support for Linux.

Part of flutter/flutter#41720

connectivity_for_web-v0.3.0

Toggle connectivity_for_web-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.
[connectivity_for_web] Introduce connectivity_for_web package. (flutt…

…er#2820)

Move the package formerly known as `experimental_connectivity_web` to flutter/plugins master, as `connectivity_for_web`.

in_app_purchase-v0.3.4+1

Toggle in_app_purchase-v0.3.4+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README for plugin list (flutter#2843)