mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
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.
This commit is contained in:
parent
78c196061a
commit
39d2deb4a7
@ -18,6 +18,8 @@ without losing state, on
|
||||
emulators, simulators, and hardware for iOS
|
||||
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
|
||||
|
||||
Delight your users with Flutter's built-in
|
||||
|
Loading…
Reference in New Issue
Block a user