-
My ColorFilter is being applied to the whole app, not just the container of the SVG. I tried wrapping the SVG in a `Container` and other widgets but it still applies the filter to the whole app. Is th…
-
I know there was a bug fix that was related to this, the workaround for that was making gorouter a global variable. However, I'm not using MaterialApp, but cuportino app. After switching everything ov…
kewur updated
2 months ago
-
On android work perfect, but on flutter web Chrome, Firefox is invisible.
https://rive.app/a/m1n0/files/flare/human-body
`name: splendor_app
description: A new Flutter application.
version: …
-
When using multiple `VideoPlayer` widgets with the same controller, only the last widget is rendered.
This problem happens only on web. On iOS and Android, all players are rendered correctly.
If…
-
### Steps to reproduce
1. Copy code sample below into `main.dart` of a new Flutter project.
2. Run it on an Android emulator or iOS simulator.
3. Like in the video below, over-scroll the bottom s…
-
Generally flutter apps can have backend-specific code in them: They do something else on web vs non-web, use different plugins on iOS vs Android, etc. That also means the resources needed will vary de…
-
**Describe the bug**
This example has got two providers, one state provider, which persists the entered text, and a view model provider, which forwards the entered text from the state provider & also…
-
## Steps to Reproduce
1. Execute `flutter build web` on the code sample, host it, embed into an iframe, open in IOS Safari (or visit https://ios-iframe-test.web.app/test.html)
2. Tap on the text f…
-
So when using go and replace actions when navigating, two things happen:
1. extent changes but with delay
2. extent does not change at all
Versions:
smooth_sheets: 0.8.1
go_router: 14.2.0
[!…
-
Hi,
I have started learning flutter a week before. Please help me to solve this problem.
I have clone the Github-Repo of https://github.com/mtellect/FlutterMulti-ImagePicker, and tried to run th…