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
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.
9
8
10
9
## Documentation
11
10
@@ -15,8 +14,9 @@ fast user experiences for mobile, web, and desktop from a single codebase.
15
14
16
15
## Fast development
17
16
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.
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
@@ -66,5 +66,3 @@ If you like getting new features as soon as they've been added to the code then
66
66
might want to try out the dev channel. It is updated weekly with the latest contents
67
67
from the "master" branch. It has minimal testing. Set up instructions are in the wiki's
0 commit comments