stevemessick

Results 172 comments of stevemessick

@DanTup Oops, I missed this. You can find the `flutter run` command in the IDE log file. Search for `flutter [--no-color, run`. I believe all the output from that command...

Thanks for the report! The version mis-match is interesting. It suggests Android Studio has different dependencies than Flutter expects. @xster have you seen anything similar? BTW I'm seeing a similar...

For me, this problem went away after I upgraded everything to the latest releases. Please check that Android SDK, Flutter SDK, Android Studio, and its plugins (Dart, Flutter) are up-to-date....

I spent some time in the debugger to find how the symlinks were handled. The conversion from symlink to directory happens in the IntelliJ UI framework. Unfortunately, we can't change...

The Dart Analysis tool window is completely hidden. You have to use a menu to open it. We should at least make sure its icon shows up in the border....

It's on the `More Tool Windows` (three dots) button.

My screen shot was from Android Studio 2022.3 on a Mac. It looks like you are using IntelliJ 2023.1. My `More Tool Windows` does have some Flutter and Dart items...

Instructions for signing Android apps are here: https://docs.flutter.dev/deployment/android#signing-the-app For iOS, see this page: https://docs.flutter.dev/deployment/ios We currently do not have plans to add a signing UI. cc @jacob314 @jwren

I can't tell where the cursor is. If it is between the braces (i.e. the | in this: {|}) then this is a problem with the [analyzer](https://github.com/dart-lang/sdk/issues). If it is...

@bwilkerson @scheglov What completion should be expected in this case?