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: 2 additions & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ Validate basic project creation.
* Project contents are created.
* Verify that a run configuration (`main.dart`) is enabled in the run/debug selector.
* Navigation works.
* Open `lib/main.dart` and navigate to `ThemeData`.
* Open `lib/main.dart` and navigate to `Scaffold`, from line 37 or so.
* Verify that the new editor includes a sample creation banner.
* There are no analysis errors or warnings.
* Pub operations work.
* Open `pubspec.yaml` and click the "Packages get" and "Packages upgrade" links.
Expand Down
8 changes: 4 additions & 4 deletions product-matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@
"name": "Android Studio",
"version": "3.4",
"ideaProduct": "android-studio",
"ideaVersion": "183.5256591",
"ideaVersion": "183.5304277",
"dartPluginVersion": "183.5901",
"sinceBuild": "183.0",
"untilBuild": "183.5153.38.34.*"
"untilBuild": "183.5429.30.34.*"
},
{
"comments": "IntelliJ 2018.3, AS 3.5 canary",
"name": "IntelliJ",
"version": "2018.3",
"ideaProduct": "android-studio",
"ideaVersion": "183.5256920",
"ideaVersion": "183.5290690",
"dartPluginVersion": "183.5901",
"sinceBuild": "183.5153.38.34.*",
"sinceBuild": "183.5429.30.35.*",
"untilBuild": "183.*"
},
{
Expand Down