Commit 39d2deb4 authored by Filip Hracek's avatar Filip Hracek Committed by GitHub

Fix missing animated gif in README (#11173)

Github makes own copies of images referenced in README, and that fails for large image sizes. The gif has 6MB and so is over the threshold.

Instead of using an off-GitHub image, use the same image uploaded to user-images.githubusercontent.com. This makes GitHub show the image even when it's very large.

This reverses https://github.com/flutter/flutter/pull/11170 and finalizes https://github.com/flutter/flutter/pull/11158.
parent 78c19606
...@@ -18,6 +18,8 @@ without losing state, on ...@@ -18,6 +18,8 @@ without losing state, on
emulators, simulators, and hardware for iOS emulators, simulators, and hardware for iOS
and Android. and Android.
<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.">
## Expressive, beautiful UIs ## Expressive, beautiful UIs
Delight your users with Flutter's built-in Delight your users with Flutter's built-in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment