Ortes
Ortes
`NestedScrollView` not scrolling on parent viewport with mouse wheel but do scroll with mobile drag
### Steps to reproduce 1. Create a `NestedScrollView` 2. Scroll down with mouse wheel with the mouse in the child scroll Viewport (it scroll down correctly) 3. Scroll back up...
I want to apply a patch from this [PR](https://github.com/flutter/flutter/pull/137874) how to proceed ? On my local machine i use the following in the flutter directory: ``` bash curl https://patch-diff.githubusercontent.com/raw/flutter/flutter/pull/137874.patch >...
When FlutterSvg is used with `contain` or `fitWidth` visually the svg is correctly fitted like the option but the container does not keep the aspect ratio of the svg. For...
I am trying to create a search bar with filters for a backend (Algolia). I have created a complex tree of providers but stumbled upon a possible bug when using...
No breaking change (I think) Add support for addition custom offset. `.scrollToIndex()` now takes an additional nullable `offset` parameter which move the final offset by this amount.
| Q | A | |-----------------|----------| | Bug fix? | yes | | New feature? | no | | BC breaks? | no | | Related Issue | https://github.com/algolia/algoliasearch-client-dart/issues/21 |...
**Describe the bug 🐛** Hive is not compatible with wasm and seems to be not maintained anymore. Maybe try with [hive_ce](https://pub.dev/packages/hive_ce) which is wasm compatible I'm unable to locate the...
Make the feature clear for users
### Package google_fonts ### Existing issue? - [x] I checked the [existing issues](https://github.com/material-foundation/flutter-packages/issues) ### What happened? ## Expected vs actual result: The IntrinsicHeight should be calculated with the real font...
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...