Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: katyusha-flutter/plugins

Tags

camera-v0.9.4+8

Toggle camera-v0.9.4+8's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Fix ImageStream ImageFormatGroup is Ignored in iOS (flutter#…

…4519)

video_player-v2.2.16

Toggle video_player-v2.2.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Added the setCaptionOffset (flutter#3275)

file_selector-v0.8.3

Toggle file_selector-v0.8.3's commit message

Verified

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

file_selector_windows-v0.8.2

Toggle file_selector_windows-v0.8.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[file_selector] Add Windows support (flutter#4424)

camera_platform_interface-v2.1.5

Toggle camera_platform_interface-v2.1.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera_platform_interface] Fix asynchronous exceptions handling of t…

…he `initializeCamera` method (flutter#4660)

webview_flutter_web-v0.1.0+1

Toggle webview_flutter_web-v0.1.0+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_web] Explain web registration (flutter#4668)

The README instructions currently use the standard description of using
an unendorsed implementation of a federated package, which assumes
auto-registration. Because `webview_flutter_web` doesn't use
autoregistration due to the current structural issues in
`webview_flutter`'s federation, those instructions aren't complete.

This adds an explanation of registering the implementation, including an
example of using conditional imports for multi-platform projects.

image_picker-v0.8.4+5

Toggle image_picker-v0.8.4+5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[image_picker] Improves documentation around the destruction of the M…

…ainActivity. (flutter#4672)

camera-v0.9.4+7

Toggle camera-v0.9.4+7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera]fix crash due to race condition in dispatch queue (flutter#4619)

video_player-v2.2.15

Toggle video_player-v2.2.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Update iOS README section (flutter#4688)

Removes the suggestion to just use the strongly-discouraged-by-Apple `NSAllowsArbitraryLoads`, and instead links to Apple's docs about the various options.

This removes the example entirely since there's no one-size-fits-all case; some clients would just need `NSExceptionDomains` (this seems likely to be the more common case?), others `NSAllowsArbitraryLoadsForMedia`, others `NSAllowsArbitraryLoadsForMedia`+` NSAllowsArbitraryLoads` (to support iOS 9). Given that the narrowest option that works for someone is the best option, having them actually research the options is the best thing to steer people toward, even if that's not as simple as "copy and paste the following".

Also opportunistically removes a couple of obsolete items:
- An incorrect note that `android.permission.INTERNET` is likely already present in the
  main Android manifest file; it was made debug-only a while ago.
- An old note about web version compatibility; we only support Flutter 2+ now anyway.

video_player-v2.2.14

Toggle video_player-v2.2.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[video_player] Remove KVO observer on AVPlayerItem on iOS (flutter#4683)