diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml
deleted file mode 100644
index 09b4b1d044..0000000000
--- a/.github/workflows/scorecards-analysis.yml
+++ /dev/null
@@ -1,56 +0,0 @@
-name: Scorecards supply-chain security
-on:
- # Only the default branch is supported.
- branch_protection_rule:
- push:
- branches: [ master ]
-
-# Declare default permissions as read only.
-permissions: read-all
-
-jobs:
- analysis:
- name: Scorecards analysis
- runs-on: ubuntu-latest
- if: ${{ github.repository == 'flutter/flutter-intellij' }}
- permissions:
- # Needed to upload the results to code-scanning dashboard.
- security-events: write
- actions: read
- contents: read
- # Needed to access OIDC token.
- id-token: write
-
- steps:
- - name: "Checkout code"
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- with:
- persist-credentials: false
-
- - name: "Run analysis"
- uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46
- with:
- results_file: results.sarif
- results_format: sarif
- # Read-only PAT token. To create it,
- # follow the steps in https://github.com/ossf/scorecard-action#pat-token-creation.
- repo_token: ${{ secrets.SCORECARD_READ_TOKEN }}
- # Publish the results to enable scorecard badges. For more details, see
- # https://github.com/ossf/scorecard-action#publishing-results.
- # For private repositories, `publish_results` will automatically be set to `false`,
- # regardless of the value entered here.
- publish_results: true
-
- # Upload the results as artifacts (optional).
- - name: "Upload artifact"
- uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
- with:
- name: SARIF file
- path: results.sarif
- retention-days: 5
-
- # Upload the results to GitHub's code scanning dashboard.
- - name: "Upload to code-scanning"
- uses: github/codeql-action/upload-sarif@c36620d31ac7c881962c3d9dd939c40ec9434f2b
- with:
- sarif_file: results.sarif
diff --git a/README.md b/README.md
index 43db188a34..b6ebf330ae 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
-#
Flutter Plugin for IntelliJ
+#
Flutter Plugin for IntelliJ
[](https://plugins.jetbrains.com/plugin/9212-flutter)
-[](https://travis-ci.org/flutter/flutter-intellij)
+[](https://github.com/flutter/flutter-intellij/actions?query=branch%3Amaster+workflow%3Apresubmit)
An IntelliJ plugin for [Flutter](https://flutter.dev/) development. Flutter is a multi-platform
app SDK to help developers and designers build modern apps for iOS, Android and the web.
@@ -9,8 +9,8 @@ app SDK to help developers and designers build modern apps for iOS, Android and
## Documentation
- [flutter.dev](https://flutter.dev)
-- [Installing Flutter](https://flutter.dev/docs/get-started/install)
-- [Getting Started with IntelliJ](https://flutter.dev/docs/development/tools/ide)
+- [Installing Flutter](https://docs.flutter.dev/get-started/install)
+- [Getting Started with IntelliJ](https://docs.flutter.dev/tools/android-studio)
## Fast development
@@ -20,11 +20,11 @@ simulators, and hardware for iOS and Android.
-## Quick-start
+## Quick start
-A brief summary of the [getting started guide](https://flutter.dev/docs/development/tools/ide):
+A brief summary of the [getting started guide](https://docs.flutter.dev/tools/android-studio):
-- install the [Flutter SDK](https://flutter.dev/docs/get-started/install)
+- install the [Flutter SDK](https://docs.flutter.dev/get-started/install)
- run `flutter doctor` from the command line to verify your installation
- ensure you have a supported IntelliJ development environment; either:
- the latest stable version of [IntelliJ](https://www.jetbrains.com/idea/download), Community or Ultimate Edition (EAP versions are not always supported)
@@ -45,7 +45,7 @@ for Flutter IntelliJ issues.
- for more general Flutter issues, you should prefer to use the Flutter
[issue tracker](https://github.com/flutter/flutter/issues)
- for more Dart IntelliJ related issues, you can use JetBrains'
- [YouTrack tracker](https://youtrack.jetbrains.com/issues?q=%23Dart%20%23Unresolved%20)
+ [YouTrack tracker](https://youtrack.jetbrains.com/issues?q=Subsystem:%20%7BLang.%20Dart%7D%20%20State:%20Unresolved)
## Known issues
@@ -60,7 +60,7 @@ Please note the following known issues:
[pub docs](https://dart.dev/tools/pub/troubleshoot#pub-get-fails-from-behind-a-corporate-firewall).
(See also: [#2914](https://github.com/flutter/flutter-intellij/issues/2914).)
-## Dev Channel
+## Dev channel
If you like getting new features as soon as they've been added to the code then you
might want to try out the dev channel. It is updated weekly with the latest contents