-
### Describe the bug
I have a fairly simple data structure:
data structure
```rust
use flutter_rust_bridge::frb;
use log::{error, info};
use serde::{Deserialize, Serialize};
#[derive(…
-
On a regular domestic router, no firewall, I'm unable to get any srflx candidates on either MacOS, iOS simulator, or iOS builds.
A browser test from the same machine works fine.
**To Reproduce**…
-
- [x] I have read the [README](https://github.com/vrtdev/flutter_workmanager/blob/master/README.md)
- [x] I have done the setup for [Android](https://github.com/vrtdev/flutter_workmanager/blob/master…
-
### Steps to reproduce
1. Run the attached code
2. Press tab repeatedly
3. Observe what UI is focused each time the tab key is pressed.
### Expected results
Focus moves from buttons outside to of…
-
```bash
~/hello_world $ flutter run -v
[ +28 ms] Unable to locate an Android SDK.
[ +12 ms] executing: uname -m
[ +9 ms] Exit code 0 from: uname -m
[ ] aarch64
[ +30 ms] Artifact Ins…
-
Thanks for the feedback! If your issue is related to the Flutter framework itself,
please open an issue at
[github.com/flutter/flutter](https://github.com/flutter/flutter/issues/new).
## Steps to…
-
### What package does this bug report belong to?
path_provider
### What target platforms are you seeing this bug on?
Android, iOS
### Have you already upgraded your packages?
Yes
###…
-
## Bug report
**Describe the bug**
When the app is launched from a cold start scenario, `getInitialMessage` is called, however, the value of `initialMessage` is null in majority of the cases
In…
-
**Describe the bug**
while I open the qr_code_scanner page getting black screen.
**Flutter information**
Always provide the output of `flutter doctor -v` as it is needed in order to know on which…
-
### Steps to reproduce
1. Turn on TalkBack on an Android device
2. Create a page with a Text widget and a Switch, grouped inside a Semantics widget
3. Focus the Semantic group, containing the text …