This document outlines the procedure for downgrading the Flutter plugin in Android Studio from version 85.0.4 to 85.0.3, including the configuration steps to prevent automatic updates.
Navigate to the official JetBrains Plugin Repository.
Locate version 85.0.3 of the Flutter plugin.
Click Download to obtain the .zip
archive of the plugin.
Follow the official JetBrains procedure to manually install the downloaded plugin:
Open Android Studio.
Press Ctrl + Alt + S
(Windows/Linux)
or go to:
File
→ Settings
(or Android Studio
→ Preferences
on macOS).
In the Settings window, select Plugins.
Click the ⚙️ gear icon in the top-right corner.
Select Install Plugin from Disk….
Locate and select the downloaded .zip
file (e.g., flutter-intellij-85.0.3.zip
) and click OK.
Click OK to apply the changes.
Restart Android Studio when prompted.
ℹ️ This is the official method provided by JetBrains for manual plugin installation.
Reference here: https://github.com/flutter/flutter-intellij/issues/8051