File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 76
2
+ - Widget inspector doesn't jump to source code (#6875 )
3
+ - Change to use ` org.apache.commons.lang3.* ` , from ` org.apache.commons.lang.* ` (#6933 )
4
+
1
5
# 75
2
6
- Use pooled thread to find location of Android Studio (#6849 )
3
7
- Update build script for AS canary and IJ stable (#6846 )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name="flutter-intellij"
2
2
org.gradle.parallel =true
3
3
org.gradle.jvmargs =-Xms1024m -Xmx4048m
4
4
javaVersion =17
5
- dartVersion =232.8660.7
5
+ dartVersion =233.9802.6
6
6
flutterPluginVersion =100
7
7
ide =ideaIC
8
8
testing =true
Original file line number Diff line number Diff line change 46
46
47
47
<change-notes >
48
48
<![CDATA[
49
+ <h1>76</h1>
50
+ <ul>
51
+ <li>Widget inspector doesn't jump to source code (#6875)</li>
52
+ <li>Change to use <code>org.apache.commons.lang3.*</code>, from <code>org.apache.commons.lang.*</code> (#6933)</li>
53
+ </ul>
49
54
<h1>75</h1>
50
55
<ul>
51
56
<li>Use pooled thread to find location of Android Studio (#6849)</li>
You can’t perform that action at this time.
0 commit comments