Skip to content

Tags: daohoangson/plugins

Tags

google_sign_in_platform_interface-v1.0.2

Toggle google_sign_in_platform_interface-v1.0.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_platform_interface] Add missing docs (flutter#2359)

connectivity-v0.4.6

Toggle connectivity-v0.4.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[connectivity] Adds Macos support (flutter#2306)

video_player_platform_interface-v1.0.3

Toggle video_player_platform_interface-v1.0.3's commit message
[video_player] Document public API of video_player_platform_interface. (

flutter#2355)

video_player_platform_interface-v1.0.2

Toggle video_player_platform_interface-v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player_platform_interface] Fix some pedantic lints (flutter#2349)

Fixes unawaited_futures. There are still some undocumented members here
that are unclear to me, so unfortunately the analysis_options.yaml is
still there.

android_alarm_manager-v0.4.5+1

Toggle android_alarm_manager-v0.4.5+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[ android_alarm_manager ] Loosen Flutter SDK lower bound, update READ…

…ME (flutter#2338)

video_player_web-v0.1.0

Toggle video_player_web-v0.1.0's commit message
[video_player] Add web implementation using platform interface (flutt…

…er#2279)

* Add web implementation

* Address review comments

* Rename setupVideoPlayer() to initialize()

* Send correct VideoEventType

* Add autoplay note to README.

webview_flutter-v0.3.17

Toggle webview_flutter-v0.3.17'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 pedantic lint errors (flutter#2322)

video_player-v0.10.4+1

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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Fix pedantic lints (flutter#2321)

Fix pedantic lints. This fixes some potential race conditions in cases where
futures within some video_player methods weren't being awaited correctly.

share-v0.6.3+4

Toggle share-v0.6.3+4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[share] Fix pedantic lints (flutter#2320)

package_info-v0.4.0+12

Toggle package_info-v0.4.0+12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[package_info] Fix pedantic lints (flutter#2319)

This involved internally refactoring how the `PackageInfo.fromPlatform`
code handled futures, but shouldn't change existing functionality.