Skip to content

Commit 7f0f938

Browse files
authored
A few README fixes (flutter#20985)
* Few readme fixes * Fix link * Make casing consistent
1 parent 4466c9d commit 7f0f938

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
[![Build Status - Cirrus](https://api.cirrus-ci.com/github/flutter/flutter.svg)](https://cirrus-ci.com/github/flutter/flutter/master)
33
[![Coverage Status -](https://coveralls.io/repos/github/flutter/flutter/badge.svg?branch=master)](https://coveralls.io/github/flutter/flutter?branch=master)
44

5+
6+
# Build beautiful native apps in record time
7+
58
Flutter is Google’s mobile app SDK for crafting high-quality native interfaces on iOS and Android in record time. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source.
69

710
### Documentation
@@ -20,9 +23,13 @@ without losing state, on
2023
emulators, simulators, and hardware for iOS
2124
and Android.
2225

23-
<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 changes instantly.">
26+
<img src="https://raw.githubusercontent.com/flutter/website/master/src/images/intellij/hot-reload.gif" alt="Make a change in your code, and your app changes instantly.">
27+
28+
## Expressive and flexible UI
29+
Quickly ship features with a focus on native end-user experiences.
30+
Layered architecture allows full customization, which results in incredibly
31+
fast rendering and expressive and flexible designs.
2432

25-
## Expressive, beautiful UIs
2633

2734
Delight your users with Flutter's built-in
2835
beautiful Material Design and

0 commit comments

Comments
 (0)