Shanu
Shanu

Reputation: 657

I'm stuck in Flutter beta

I don't remember signing up for any flutter beta programs but, today I noticed that whenever I'm creating a new project it's based on a beta flutter sdk.

sdk version in my pubspec.yaml seems like this

sdk: ">=2.17.0-266.5.beta <3.0.0"

and I can see more updates and bugs. I don't want to be in Beta. How can I leave this.

Upvotes: 0

Views: 336

Answers (1)

Ivo
Ivo

Reputation: 23277

you can write flutter channel stable in a terminal to switch to the "normal" version

Upvotes: 1

Related Questions