Lucas SAUDON

Results 52 comments of Lucas SAUDON

```dart @override Widget build(BuildContext context) { final appBar = AppBar(); return MaterialApp( home: Scaffold( appBar: appBar, ), ); } ```

This solution works for me too. Thank you, @MSOB7YY.

I have the same problem. The path of the element `android:id/content/d0[1]`.

We're also seeing "App Hanging for at least 2000ms" on iPhone 12 Pro Max on iOS 18.0.1 on Flutter 3.24.3 on `sentry.cocoa.flutter: 8.36.0`.

I have the same error on a `iPhone SE iOS 15.5`

Hi, I made a command line that extracts the AST structure from a dart file in JSON. https://pub.dev/packages/ast_explorer_cli/example#example-1 I could have seen a solution equivalent to `flutter outline`.