Piotr Denert
Piotr Denert
Adds limit parameter to `MediaOptions` and `MultiImagePickerOptions` and supports its use on iOS and Android. The `limit` argument defines how many images or media files can be select. Fixes: [flutter/flutter#85772](https://github.com/flutter/flutter/issues/85772)...
**Is your feature request related to a problem? Please describe.** I want to upgrade flutter in my project that uses stream_feed package to flutter 3.13.0. But I can't do it,...
# Submit a pull request fix: #259 ## CLA - [x] I have signed the [Stream CLA](https://docs.google.com/forms/d/e/1FAIpQLScFKsKkAJI7mhCr7K9rEIOpqIDThrWxuvxnwUq2XkHyG154vQ/viewform) (required). - [x] The code changes follow best practices - [x] Code changes...
Just draft PR, I'll continue to work on this, but all comments are welcome. May fix [#26479](https://github.com/flutter/flutter/issues/26479) ## Pre-launch Checklist - [X] I read the [Contributor Guide] and followed the...
Current state: - `patrol_cli` has a feature to verify whether currently used `patrol_cli` is compatible with `patrol` in the app. But it require to fill list of `_cliVersionRange` and `_patrolVersionRange`...
At the end of execution, there should be a summary: - [ ] how long the execution took, - [ ] number of passed, failed and skipped tests, - [...
Currently we have types: - push, - pop, - restore, but in one of the projects we want to report some bottom sheets and dialog, so I think it will...
The overall solution works, but branch need some cleanup. Will fix #2500