Skip to content

Tags: wimco/plugins

Tags

video_player-v2.1.15

Toggle video_player-v2.1.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] Ensure seekTo is not called before video player is ini…

…tialized. (flutter#4300)

camera-v0.9.2+2

Toggle camera-v0.9.2+2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ensure setExposureOffset returns new value on Android (flutter#4301)

image_picker-v0.8.4

Toggle image_picker-v0.8.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[image_picker]Android update cache (flutter#4124)

in_app_purchase_android-v0.1.4+6

Toggle in_app_purchase_android-v0.1.4+6'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] Ensure purchases correctly report if they are ackno…

…wledged on Android (flutter#4257)

* Ensure purchases correctly show they are acknowledged

* Update packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

Co-authored-by: Rene Floor <[email protected]>

* Update packages/in_app_purchase/in_app_purchase_android/CHANGELOG.md

Co-authored-by: Rene Floor <[email protected]>

* Modify so public API is not changed

Co-authored-by: Rene Floor <[email protected]>

camera-v0.9.2+1

Toggle camera-v0.9.2+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Fix a disposed camera controller throwing an exception when …

…being replaced in the preview widget. (flutter#4272)

camera-v0.9.2

Toggle camera-v0.9.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Add Android & iOS implementations for pausing the camera pre…

…view (flutter#4258)

camera-v0.9.1+1

Toggle camera-v0.9.1+1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Replace device info with new device_info_plus (flutter#4265)

camera-v0.9.1

Toggle camera-v0.9.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] Expand CameraImage DTO with properties for lens aperture, ex…

…posure time and ISO. (flutter#4256)

image_picker-v0.8.3+3

Toggle image_picker-v0.8.3+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] Fix pickImage not returning on iOS when dismissing the…

… PHPicker view by swiping down. (flutter#4228)

camera-v0.9.0

Toggle camera-v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[camera] android-rework part 9: Final implementation of camera class (f…

…lutter#4059)

This PR adds the final implementation for the Camera class that incorporates all the features from previous parts.