-
I am trying to run a flutter web project in mobile as I am creating the app both for web and mobile. Web part is ok. But now when I try to run the project, I am getting the following error : **Error c…
-
I'm building an app that opens two videos side by side and starts them both by clicking one button. Same code (see below) works differently on iOS and Android
![ezgif-7-856f9dce4e37](https://user-i…
-
Broken or corrupted image when loaded using NetworkImage cause fatal crash on runtime. No exception thrown, just a fatal crash.
## Steps to Reproduce
1. Create a simple flutter project
…
-
After calling gtk_window_begin_move_drag from a native plugin the view doesn't respond to the next mouse click, the function call is triggered from a gesture detector widget. It seems like the fl_…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Remote Config
### Which platforms are affected?
Web
### Descriptio…
-
### Describe the bug
I tried to build from sources localsend. Everything was done like in the description. But, when I try to run localsend I got
```
user@pad ~/p/localsend (main)> ./build/linux/x6…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
### Is there an existing issue for this?
- [X] I have searched the [existing issues](https://github.com/flutter/flutter/issues)
- [X] I have read the [guide to filing a bug](https://flutter.dev/docs/…
-
Hi Flutter team,
I came across this weird bug, where if you,
1. pinch with two fingers on the touchpad.
2. then, horizontal scroll with two fingers on the touchpad
It crashes the app without…
-
**flutter build** and **flutter pub run build_runner** commands can throw different exceptions (with not user-friendly messages) if there is insufficient memory resources. Example:
$flutter build…