-
After updating my Flutter version to 3.24, I get the following stacktrace every time the generate commands runs:
```
Failed to build intl_utils:generate:
../../../.pub-cache/hosted/pub.dev/analyzer…
-
### Steps to reproduce
I'm facing an issue in my Flutter app related to using camera streams for real-time face detection. The app works fine on the emulator, but on a physical device, it freezes a…
-
首先,非常感谢您,找了很久嵌套路由状态保持的方法,终于在大佬这里看到解决方法了!
我在getx的issue里面提了几个问题,请问大佬是否有遇到或者知道怎么解决吗:
https://github.com/jonataslaw/getx/issues/3168
https://github.com/jonataslaw/getx/issues/3170
https://github.com…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues.
### Which plugins are affected?
Analytics
### Which platforms are affected?
iOS
### Description
I create new …
-
### Steps to reproduce
1. Create a `TileOverlay` in Flutter iOS
2. Supply single-colored PNG tile with a transparency as all tiles
For example, use this as the tile:
![not_working_tile](https://…
-
**Describe the bug**
A clear and concise description of what the bug is.
**Environment**
Add your `flutter doctor -v`
```
[✓] Flutter (Channel stable, 3.24.3, on macOS 15.1 24B83 darwin-x64, lo…
-
in sdk version 1.24.0 ChunkedConverter has been removed.
sqljocky/sqljocky2 uses crypto-0.9.2 which relies on ChunkedConverter.
therefore i get the following error message:
'package:convert/src…
-
Works until I scroll, then I get this:
Exception has occurred.
"Error: Assertion failed: org-dartlang-sdk:///flutter_web_sdk/lib/_engine/engine/surface/clip.dart:295:12
_clipElement == null
is n…
-
### What package does this bug report belong to?
camera
### What target platforms are you seeing this bug on?
Android
### Have you already upgraded your packages?
Yes
### Dependency …
-
When the video ends the controller should emit PlayerState.ended value. Unfortunately, it emits it twice, not once. This is very problematic while performing actions with help of listeners.
I want …