Having problems compiling your apps with Flutter 3.0? Here is how you downgrade!

To quick to upgrade to Flutter 3.0 and your apps are no longer working? You can either spend a bit of time to make them compatible with any breaking changes, or you can rollback to to the previous version to buy a bit of time.

By using the flutter downgrade-commmand, it’s easy to jump back to the previous Flutter version. And it even works on the various channels. So if you’re on stable and downgrade, it will jump back to the previous stable version.

Example:

$ flutter downgrade
Downgrade flutter to version 2.10.5
? [y|n]: y

Success

Good luck, but remember to keep your apps current with Flutters stable releases, it’s a better long term strategy!



Leave a Reply

Your email address will not be published. Required fields are marked *