From 939e60c43159500d5e793c30f057eecff7732593 Mon Sep 17 00:00:00 2001 From: Jaime Wren Date: Fri, 11 Apr 2025 10:44:30 -0700 Subject: [PATCH] Fix the disappearance of the New Flutter Project menu item This resolves https://github.com/flutter/flutter-intellij/issues/8040 --- product-matrix.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/product-matrix.json b/product-matrix.json index 23ab83859..1c4a8566f 100644 --- a/product-matrix.json +++ b/product-matrix.json @@ -50,18 +50,18 @@ }, { "channel": "stable", - "comments": "IntelliJ 2025.1 Beta, Android Studio Narwhal 2025.1 Canary", + "comments": "IntelliJ 2025.1, Android Studio Narwhal 2025.1", "name": "2025.1", "version": "2025.1", "ijVersion": "2025.1", - "ideaProduct": "IC", - "ideaVersion": "251.23774.16", + "ideaProduct": "android-studio", + "ideaVersion": "2025.1.1.6", "baseVersion": "251.23774.16", "dartPluginVersion": "251.23774.16", - "androidPluginVersion": "251.23774.16", - "sinceBuild": "243", + "androidPluginVersion": "", + "sinceBuild": "251", "untilBuild": "253.*", - "isUnitTestTarget": "true", + "isUnitTestTarget": "false", "javaVersion": "21" } ]