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

Skip to content

[image_picker] Add videoQuality parameter to pickVideo#11146

Draft
Koichi5 wants to merge 4 commits intoflutter:mainfrom
Koichi5:feat/image_picker_video_quality_app_facing
Draft

[image_picker] Add videoQuality parameter to pickVideo#11146
Koichi5 wants to merge 4 commits intoflutter:mainfrom
Koichi5:feat/image_picker_video_quality_app_facing

Conversation

@Koichi5
Copy link

@Koichi5 Koichi5 commented Mar 1, 2026

Description

Exposes the videoQuality parameter in pickVideo so app developers can
choose low, medium, or high quality when recording or picking video.
Defaults to high quality for backward compatibility.

Part 3 of 3. Fixes flutter/flutter#179940
Depends on PR 2: #11145 (platform implementations)

Related PRs

Pre-Review Checklist

  • I read the [Contributor Guide] and followed the process outlined there for submitting PRs.
  • I read the [Tree Hygiene] page, which explains my responsibilities.
  • I read and followed the [relevant style guides] and ran [the auto-formatter].
  • I signed the [CLA].
  • The title of the PR starts with the name of the package surrounded by square brackets, e.g. [shared_preferences]
  • I [linked to at least one issue that this PR fixes] in the description above.
  • I followed [the version and CHANGELOG instructions], using [semantic versioning] and the [repository CHANGELOG style], or I have commented below to indicate which documented exception this PR falls under[^1].
  • I updated/added any relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or I have commented below to indicate which [test exemption] this PR falls under[^1].
  • All existing and new tests are passing.

@google-cla
Copy link

google-cla bot commented Mar 1, 2026

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[image_picker] [iOS] Add optional video quality parameter for pickVideo

1 participant