Skip to content

Commit 7ff257b

Browse files
committed
Revert "📝 Align docs"
This reverts commit 66e40e4.
1 parent 9291a37 commit 7ff257b

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

CONTRIBUTING.md

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Contributing to Flutter Plugin for IntelliJ
1414
* [Adding platform sources](#adding-platform-sources)
1515
* [Working with Android Studio](#working-with-android-studio)
1616
* [Working with Embedded DevTools (JxBrowser)](#working-with-embedded-devtools-jxbrowser)
17+
* [Signing commits](#signing-commits)
1718
<!-- TOC -->
1819

1920
## Contributing code

README.md

+5-7
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33
[![Latest plugin version](https://img.shields.io/jetbrains/plugin/v/9212)](https://plugins.jetbrains.com/plugin/9212-flutter)
44
[![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

6-
An IntelliJ plugin for [Flutter](https://flutter.dev/) development.
7-
Flutter is a multi-platformFlutter is Google's SDK for crafting beautiful,
8-
fast user experiences for mobile, web, and desktop from a single codebase.
6+
An IntelliJ plugin for [Flutter](https://flutter.dev/) development. Flutter is a multi-platform
7+
app SDK to help developers and designers build modern apps for iOS, Android and the web.
98

109
## Documentation
1110

@@ -15,8 +14,9 @@ fast user experiences for mobile, web, and desktop from a single codebase.
1514

1615
## Fast development
1716

18-
Flutter offers [stateful hot reload][Hot reload], allowing you to make changes to your code
19-
and see the results instantly without restarting your app or losing its state.
17+
Flutter's <em>hot reload</em> helps you quickly and easily experiment, build UIs, add features,
18+
and fix bugs faster. Experience sub-second reload times, without losing state, on emulators,
19+
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

@@ -66,5 +66,3 @@ If you like getting new features as soon as they've been added to the code then
6666
might want to try out the dev channel. It is updated weekly with the latest contents
6767
from the "master" branch. It has minimal testing. Set up instructions are in the wiki's
6868
[dev channel page](./docs/Dev-Channel.md).
69-
70-
[Hot reload]: https://docs.flutter.dev/development/tools/hot-reload

0 commit comments

Comments
 (0)