0

I use Ubuntu 20.04. I downloaded Flutter from the Snap store (Stable channel). When I initialized Flutter, it started to download infrastructure from the beta channel of its GitHub repository.

Flutter edition downloaded from the Snap store flutter_infra

So, my question is:

  1. Is it normal or something is going wrong?
  2. Is there a way to make Flutter download the stable edition instead of the beta one from GitHub?
AriyaDey
  • 137
  • 1
  • 7

1 Answers1

0
  • The best channel for making a stable app is stable channel,beta if web?
  • You can change the channel to stable by running flutter channel stable
AriyaDey
  • 137
  • 1
  • 7