Skip to content

FIX: New Flutter Project menu item not shown. #8051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
brenovambaster opened this issue Apr 12, 2025 · 2 comments
Open

FIX: New Flutter Project menu item not shown. #8051

brenovambaster opened this issue Apr 12, 2025 · 2 comments
Assignees

Comments

@brenovambaster
Copy link

brenovambaster commented Apr 12, 2025

📄 Flutter Plugin Downgrade Procedure (Android Studio)

Objective

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.


✅ Step 1: Download the Target Plugin Version

  1. Navigate to the official JetBrains Plugin Repository.
  2. Locate version 85.0.3 of the Flutter plugin.
  3. Click Download to obtain the .zip archive of the plugin.

✅ Step 2: Install the Plugin from Disk

Follow the official JetBrains procedure to manually install the downloaded plugin:

  1. Open Android Studio.
  2. Press Ctrl + Alt + S (Windows/Linux)
    or go to:
    FileSettings (or Android StudioPreferences on macOS).
  3. In the Settings window, select Plugins.
  4. Click the ⚙️ gear icon in the top-right corner.
  5. Select Install Plugin from Disk….
  6. Locate and select the downloaded .zip file (e.g., flutter-intellij-85.0.3.zip) and click OK.
  7. Click OK to apply the changes.
  8. Restart Android Studio when prompted.

ℹ️ This is the official method provided by JetBrains for manual plugin installation.


✅ Step 3: Disable Automatic Updates for the Flutter Plugin (Optional, Recommended)

  1. Go to:
    FileSettingsPlugins.
  2. Find the Flutter plugin in the list.
  3. Click the ⚙️ gear icon next to it.
  4. Uncheck the Enable Auto-update option.

✅ Step 4: Disable IDE-Wide Automatic Updates (Optional)

  1. Navigate to:
    FileSettingsAppearance & BehaviorSystem SettingsUpdates.
  2. Uncheck the box:
    Automatically check updates for: Android Studio and Plugins.
  3. Click OK to save the settings.

@jwren
Copy link
Member

jwren commented Apr 14, 2025

Duplicate of #8040. LMK if it is not resolved.

@brenovambaster
Copy link
Author

Thanks! Yes, this was resolved.

@github-actions github-actions bot removed the waiting for customer response Auto-close if no response label Apr 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants