[image_picker]Add argument maxDuration to video record#1518
[image_picker]Add argument maxDuration to video record#1518cyanglaz wants to merge 2 commits intoflutter:masterfrom
Conversation
Can pass a double of seconds to maxDuration to limit the duration of the video record Implement Pull request feedback Remove extra white space and document ImagePicker.pickVideo method channel Set a record ma duration from a Duration
|
So there's good news and bad news. 👍 The good news is that everyone that needs to sign a CLA (the pull request submitter and all commit authors) have done so. Everything is all good there. 😕 The bad news is that it appears that one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that here in the pull request. Note to project maintainer: This is a terminal state, meaning the ℹ️ Googlers: Go here for more info. |
Description
Can pass a double of seconds to maxDuration to limit the duration of the video record.
This is a fork of #674. Due to the inactivity of the original author, I am taking over his change and going to work on it from now on.