What is flutter upgrade?

$ flutter upgrade. This command gets the most recent version of the Flutter SDK that’s available on your current Flutter channel . If you want an even more recent version of the Flutter SDK, switch to a less stable Flutter channel and then run flutter upgrade .

Read more

Should I update to flutter 2?

You should need to manually update most of your dependencies because most packages got a “major” release with Flutter 2 so refer to pub. dev on how to update your libraries. You did it! But for having the complete package you should also need to set your dart version to support null safety!

Read more