Closed NaagAlgates closed 3 years ago
Hi @NaagAlgates š Thanks for opening an issue!
Because the generated project uses null safety, please make sure to use the beta channel:
$ flutter channel beta
$ flutter upgrade
Hope that helps š
@NaagAlgates we updated the documentation to specify that the generated code requires the beta channel due to null safety. If after switching channels you're still having trouble let us know and we're happy to help š
Description I was able to successfully create a project using vgv cli. After opening the created project in Vs Code, I get 216 errors.
Steps To Reproduce
Expected Behavior The expected behaviour is to get an executable project without any errors and in an executable condition.
Screenshots
Additional Context When I tried to run the pug upgrade command, I get the following message
My Flutter Doctor is:
Please let me know what I'm missing here.