Florian Huonder

Results 7 issues of Florian Huonder

This PR contains the functionality to create annotated tags. We want to create such tags in our pipeline. Would be great if you could pull this one in. Regards, Florian

Hi Would be great when the property `useRootNavigator` of `showDialog` or `showMaterialModalBottomSheet` respectively could be passed into the widget. I currently have an issue where the dialog uses the wrong...

Would be great when the various print statements (obviously needed for debugging) could be removed. Would be better, when really needed, to provide a debug flag that would then print...

Hi, In `cognito_user.dart` (line 176) there is the code `final clockDrift = int.parse(await storage.getItem(clockDriftKey)) ?? 0;` When `storage.getItem` returns null it crashes. I think the `?? 0` should either be...

Hi, I would like to have the feature Step-By-Line debugging when debugging dart/flutter code in vscode. See here: https://github.com/dart-lang/sdk/issues/21081 Example: ```Dart 1: Something(); 2: A().x().y().z(); 3: AnotherThing(); ``` Assume a...

is enhancement
blocked on vs code / lsp / dap
in debugger

Hi, I am working with vscode devcontainer. For `flutter run` I use `--host-vmservice-port` (or `--web-port=8090`) to define a port that is mapped into the WSL2 (so the connection works for...

a: tests
new feature
tool
proposal

Hi, I am using Flutter 3.10.4 and version 7.0.7296 of this library. I noticed that somehow the tree shaking does not work correctly. Maybe it has something to do with...