stevemessick
stevemessick
I agree. My concern is that we have to start looking at RHS expressions of assignments and dereferencing field references, and possibly more. The implementation will have to carefully code...
I can reproduce the problem and am investigating.
Something changed in Flutter 3 (or rather, Dart 2.17). The Dart analyzer is no longer producing a usable outline for the indent guides. The guides do work with Flutter 2.10.5...
@jukrb0x If you open the old project and check the Flutter SDK in the Flutter preference page, I think you will find the old project is using a Flutter 2...
@talalong @jukrb0x @vladislav06 Does your project show any Dart analysis errors? As reported in the Dart issue linked above, this problem does not occur with the master channel of Flutter....
It seems nothing has changed in this part of the analyzer recently, and my issue is not reproducible by analysis server engineers. So, the Dart issue I linked earlier may...
@talalong Thanks for the update! Everything looks good. I'm puzzled why the indent guides do not show up. What other plugins have you installed, aside from Dart and Flutter?
@talalong Thanks, that was what I wanted to know about plugins. Could you enable verbose logging in the Flutter preferences page, then restart the IDE, let indexing and analysis finish,...
Thanks @talalong but there wasn't anything in the log. Do you have multiple Flutter projects? If so, do you want the settings to be different in them?
> choose Kotlin and Swift That's bizarre, but now I can reproduce the problem.