You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
-[Getting Started with IntelliJ](https://docs.flutter.dev/tools/android-studio)
14
14
15
15
## Fast development
16
16
@@ -20,11 +20,11 @@ simulators, and hardware for iOS and Android.
20
20
21
21
<imgsrc="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.">
22
22
23
-
## Quick-start
23
+
## Quickstart
24
24
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):
26
26
27
-
- install the [Flutter SDK](https://flutter.dev/docs/get-started/install)
27
+
- install the [Flutter SDK](https://docs.flutter.dev/get-started/install)
28
28
- run `flutter doctor` from the command line to verify your installation
29
29
- ensure you have a supported IntelliJ development environment; either:
30
30
- 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.
45
45
- for more general Flutter issues, you should prefer to use the Flutter
0 commit comments