1

I have upgraded to the latest version of the flutter plugin but breakpoints stopped working and I need to downgrade to another version: enter image description here

But there is no option for downgrading(only disable and uninstall/install).

How can I downgrade it using Android Studio or dev tools?

0

1 Answer 1

2

In your terminal run these code:

flutter downgrade <yourVersion> // for example: flutter downgrade 3.0.4
flutter doctor
Sign up to request clarification or add additional context in comments.

5 Comments

Why 3.0.4 and in the marketplace is 70.2.2?
I know the latest version is 3.3.5 but what 70.2.2 is?
could you show me where did you see 70.2.2? you can find flutter version here
Look at the screenshot I have added in the question flutter is 70.2.2>
@SimpleCode sorry I don't know what is it. Definitely it is not flutter version.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.