Ortes
Ortes
This PR adds support for the `poster` attribute on web by introducing a `poster` field in `VideoPlayerWebOptions`. It allows setting a thumbnail image for videos using the native HTML5 `poster`...
### Use case I was trying to setup patrol for a new flutter project and the new default method when creating a test is [test plans](https://developer.apple.com/documentation/xcode/organizing-tests-to-improve-feedback) The doc for setup...
### Use case I was stuck on an iOS version error: ``` xcodebuild: error: Unable to find a device matching the provided destination specifier: { platform:iOS Simulator, OS:latest, name:iPhone 16...
When using `upload_sources: true` I see that `dart pub run sentry_dart_plugin` find all sources of type `js` `map` and `dart` in `./` but I have some files that do not...
This is a assert that is inspired from the flutter framework to make easier the debugging of unbounded sizes. We have to make sure this does not break anything. And...
**Is your feature request related to a problem? Please describe.** I would need IntrinsicHeight for better layout. Is is not favored in the flutter sdk because of the performance cost...
This PR adds documentation for MultiPage and Inseparable that are not standard flutter widgets peoples are used to. I spent a few hours finding about this.
**Is your feature request related to a problem? Please describe.** I want to build a list of card containing text the card height depends on the amount of text. I...