-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from mdddj/3.8.1
3.9.0
- Loading branch information
Showing
41 changed files
with
852 additions
and
620 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,32 @@ | ||
kotlin.stdlib.default.dependency=true | ||
kotlin.incremental.useClasspathSnapshot=false | ||
kotlin.experimental.tryK2=true | ||
pluginVersion=3.8.0 | ||
# AS release version : https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html | ||
dartVersion=223.8950 | ||
flutterVersion=75.1.2 | ||
kapt.use.k2=true | ||
pluginVersion=3.8.4.iguana | ||
#===============================> 223 AS release version : https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html | ||
#===============================> 正式版本最新 Giraffe | ||
dartVersion=223.8977 | ||
flutterVersion=76.3.2 | ||
sinceBuildVersion=223 | ||
untilBuildVersion=223.* | ||
ideaVersion=2022.3.1.18 | ||
ideaType=AI | ||
# AS Canary version : https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html | ||
#dartVersion=232.9559.10 | ||
#flutterVersion=75.1.4 | ||
#sinceBuildVersion=232 | ||
#untilBuildVersion=232.* | ||
#ideaVersion=2023.2.1.7 | ||
#===============================> 231 AS Hedgehog version : https://plugins.jetbrains.com/docs/intellij/android-studio-releases-list.html | ||
#dartVersion=231.9402 | ||
#flutterVersion=76.3.3 | ||
#sinceBuildVersion=231 | ||
#untilBuildVersion=231.* | ||
#ideaVersion=2023.1.1.24 | ||
#ideaType=AI | ||
# idea eap | ||
#dartVersion=232.9559.10 | ||
#flutterVersion=75.1.4 | ||
#===============================> 232 AS iguana | ||
#dartVersion=232.10248 | ||
#flutterVersion=76.3.4 | ||
#sinceBuildVersion=232 | ||
#untilBuildVersion=232.* | ||
#ideaVersion=LATEST-EAP-SNAPSHOT | ||
#ideaType=IC | ||
#ideaVersion=2023.2.1.11 | ||
#ideaType=AI | ||
#=============================================== | ||
systemProp.http.proxyHost=127.0.0.1 | ||
systemProp.http.proxyPort=7890 | ||
systemProp.https.proxyHost=127.0.0.1 | ||
systemProp.https.proxyPort=7890 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
|
||
<!-- | ||
This is the JRebel configuration file. It maps the running application to your IDE workspace, enabling JRebel reloading for this project. | ||
Refer to https://manuals.jrebel.com/jrebel/standalone/config.html for more information. | ||
--> | ||
<application generated-by="intellij" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.zeroturnaround.com" xsi:schemaLocation="http://www.zeroturnaround.com http://update.zeroturnaround.com/jrebel/rebel-2_3.xsd"> | ||
|
||
<id>dd_flutter_idea_plugin</id> | ||
|
||
</application> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
rootProject.name = "FlutterCheckVersionX" | ||
rootProject.name = "FlutterX" | ||
pluginManagement { | ||
repositories { | ||
maven ("https://oss.sonatype.org/content/repositories/snapshots/") | ||
maven("https://oss.sonatype.org/content/repositories/snapshots/") | ||
gradlePluginPortal() | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
31 changes: 0 additions & 31 deletions
31
src/main/kotlin/note/setting/InitFlutterPluginSettingDialog.kt
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.