-
Currently, if a provider is marked as "autoDispose", it has some voluntary impacts on the type system. Such that:
- a non-autoDispose provider cannot watch an autoDispose provider
- only autoDispo…
-
### 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/…
-
```
I/flutter (18687): ══╡ EXCEPTION CAUGHT BY GESTURE ╞═══════════════════════════════════════════════════════════════════
I/flutter (18687): The following assertion was thrown while handling a ges…
-
We at [Margelo](https://margelo.io) are planning the next major version for react-native-vision-camera: VisionCamera V3 :sparkles:
For VisionCamera V3 we target one major feature and a ton of stabi…
-
I want to have a multiple lines TextField without suggestions or autocorrect. The use case is for a writing game application.
Ios work just fine using :
`keyboardType: TextInputType.multiline, ena…
-
Hello, i have a problem after i installed background_downloader package on my running project. i haven't setup anything in my code yet, i just install the plugin then the error appears on startup and…
-
**Is your feature request related to a problem? Please describe.**
I am wondering if Dart-Code exposes its API to others to build tools around it. I am trying to build a debugger for [ROHD](https://g…
-
### 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 @jwinarske - I'm Unable to Run flutter apps with QEMU
After having resolved my previous issue #5,
i'm now unable to run the flutter apps under QEMU using either master and octopus artefacts,…
-
**Describe the bug**
During test seems onSubmitted callback does't work
**To Reproduce**
- Run this test:
```
testWidgets(
'Pinput should call the onSubmitted callback when pin input…