Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 33.2
- Support IntelliJ 2018.3.3

## 33.1
- add menu and toolbar button to open Flutter DevTools
- fix Gradle sync issue for Android Studio 3.3.1
Expand Down
2 changes: 1 addition & 1 deletion product-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"ideaProduct": "android-studio",
"ideaVersion": "183.5290690",
"dartPluginVersion": "183.5901",
"sinceBuild": "183.5429",
"sinceBuild": "183.5153",
"untilBuild": "183.*"
},
{
Expand Down
4 changes: 4 additions & 0 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

<change-notes>
<![CDATA[
<h2>33.2</h2>
<ul>
<li>Support IntelliJ 2018.3.3</li>
</ul>
<h2>33.1</h2>
<ul>
<li>add menu and toolbar button to open Flutter DevTools</li>
Expand Down