-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Steps to reproduce
I already created simillar issue
https://github.com/flutter/flutter/issues/128555
now it's found in Icons.adaptive.arrow_back
### Expected results
![Screenshot 2024…
-
_Imported from https://github.com/dnfield/flutter_svg/issues/1019_
Original report by @SShayashi on Dec 14, 2023
# Overview
After upgrading from flutter 3.13.9 to 3.16.0, svg files are not rendered…
-
### What package does this bug report belong to?
flutter_svg
### What target platforms are you seeing this bug on?
Windows
### Have you already upgraded your packages?
Yes
### Dependency version…
-
**Prerequisites (mark completed items with an [x]):**
- [x] I have have carried out troubleshooting steps and I believe I have found a bug.
- [x] I have searched for similar bugs in both open and cl…
-
Error:
```
../../../../develop/flutter/.pub-cache/hosted/pub.dartlang.org/flutter_colorpicker-0.4.0/lib/src/hsv_picker.dart:731:29: Error: The argument type 'PointerEvent' can't be assigned to the…
-
### Link to the code that reproduces this issue
https://codesandbox.io/p/devbox/nextjs-approuter-middleware-content-security-policy-cs37j3
### To Reproduce
I created a Codesandbox of the code and i…
-
# Description
In dark mode, when using themes that specify `applyElevationOverlayColor: true` with themes that specify slightly different `background` and `surface` colors, the Material dark mode o…
-
### Steps to reproduce
1- Run the provided code in a Flutter web project.
2- Open the DropdownButton menu.
3- Resize the browser window.
### Expected results
- The DropdownButton menu shoul…
-
Page view should preload at least its next page otherwise user can experience delay when changing pages. In the following example I'm using larger images ~5mb. I'm aware that there are already topics …