Home > database >  Breakpoints not working with Flutter in Android Studio
Breakpoints not working with Flutter in Android Studio

Time:03-04

I can set breakpoints, but when I run in Debug mode the breakpoint's icon change with this:

enter image description here

I think that the problem is the new version of Flutter plugin in Android Studio, but I'm not sure. How to fix this?

What I've tried:

  1. flutter clean
  2. android studio cache clean and restart

CodePudding user response:

need to roll back the version of the flutter plugin to 64.1.2.

https://plugins.jetbrains.com/plugin/9212-flutter/versions

  • Related