Skip to content

Commit 492bdf2

Browse files
authored
Remove scorecards analysis and update readme (#7702)
Mirrors flutter/flutter#154272 by removing the currently unsupported scorecards workflow that is failing. Also updates the README with a functional build badge and updated links.
1 parent cbb360d commit 492bdf2

File tree

2 files changed

+9
-65
lines changed

2 files changed

+9
-65
lines changed

.github/workflows/scorecards-analysis.yml

-56
This file was deleted.

README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
# <img src="https://github.com/dart-lang/site-shared/blob/master/src/_assets/image/flutter/icon/64.png?raw=1" alt="Flutter" width="26" height="26"/> Flutter Plugin for IntelliJ
1+
# <img src="https://raw.githubusercontent.com/dart-lang/site-shared/refs/heads/main/src/_assets/image/flutter/icon/64.png" alt="Flutter" width="26" height="26"/> Flutter Plugin for IntelliJ
22

33
[![Latest plugin version](https://img.shields.io/jetbrains/plugin/v/9212)](https://plugins.jetbrains.com/plugin/9212-flutter)
4-
[![Build Status](https://travis-ci.org/flutter/flutter-intellij.svg)](https://travis-ci.org/flutter/flutter-intellij)
4+
[![Build Status](https://github.com/flutter/flutter-intellij/workflows/presubmit/badge.svg)](https://github.com/flutter/flutter-intellij/actions?query=branch%3Amaster+workflow%3Apresubmit)
55

66
An IntelliJ plugin for [Flutter](https://flutter.dev/) development. Flutter is a multi-platform
77
app SDK to help developers and designers build modern apps for iOS, Android and the web.
88

99
## Documentation
1010

1111
- [flutter.dev](https://flutter.dev)
12-
- [Installing Flutter](https://flutter.dev/docs/get-started/install)
13-
- [Getting Started with IntelliJ](https://flutter.dev/docs/development/tools/ide)
12+
- [Installing Flutter](https://docs.flutter.dev/get-started/install)
13+
- [Getting Started with IntelliJ](https://docs.flutter.dev/tools/android-studio)
1414

1515
## Fast development
1616

@@ -20,11 +20,11 @@ simulators, and hardware for iOS and Android.
2020

2121
<img src="https://user-images.githubusercontent.com/919717/28131204-0f8c3cda-66ee-11e7-9428-6a0513eac75d.gif" alt="Make a change in your code, and your app is changed instantly.">
2222

23-
## Quick-start
23+
## Quick start
2424

25-
A brief summary of the [getting started guide](https://flutter.dev/docs/development/tools/ide):
25+
A brief summary of the [getting started guide](https://docs.flutter.dev/tools/android-studio):
2626

27-
- install the [Flutter SDK](https://flutter.dev/docs/get-started/install)
27+
- install the [Flutter SDK](https://docs.flutter.dev/get-started/install)
2828
- run `flutter doctor` from the command line to verify your installation
2929
- ensure you have a supported IntelliJ development environment; either:
3030
- 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.
4545
- for more general Flutter issues, you should prefer to use the Flutter
4646
[issue tracker](https://github.com/flutter/flutter/issues)
4747
- for more Dart IntelliJ related issues, you can use JetBrains'
48-
[YouTrack tracker](https://youtrack.jetbrains.com/issues?q=%23Dart%20%23Unresolved%20)
48+
[YouTrack tracker](https://youtrack.jetbrains.com/issues?q=Subsystem:%20%7BLang.%20Dart%7D%20%20State:%20Unresolved)
4949

5050
## Known issues
5151

@@ -60,7 +60,7 @@ Please note the following known issues:
6060
[pub docs](https://dart.dev/tools/pub/troubleshoot#pub-get-fails-from-behind-a-corporate-firewall).
6161
(See also: [#2914](https://github.com/flutter/flutter-intellij/issues/2914).)
6262

63-
## Dev Channel
63+
## Dev channel
6464

6565
If you like getting new features as soon as they've been added to the code then you
6666
might want to try out the dev channel. It is updated weekly with the latest contents

0 commit comments

Comments
 (0)