Flutter Null Safety

362 views Asked by At

I have a project I did before null safety was introduced, now my code has a lot of errors and I want to downgrade my flutter and dart to before null safety. How can I do that?

1

There are 1 answers

0
Nihad Delic On

Because your title is different from your question. I will answer you only to question.

Inside terminal:

flutter downgrade v1.x.x you can see flutter versions here (please use the version that you had before the upgrade). More about downgrade find here please.

After that, run flutter doctor -v to check the version.