how to swich stable channel in flutter code example
Example 1: flutter change beta fo stabel
$ flutter channel dev
$ flutter upgrade
Example 2: how to switch flutter channels
flutter channel CHANNEL_NAME
$ flutter channel dev
$ flutter upgrade
flutter channel CHANNEL_NAME