added image links on README file (#13824) * image links * image links with markdown formatting changes of pull request [#13824](https://github.com/flutter/flutter/pull/13824) * Remove empty lines
diff --git a/README.md b/README.md index 0536982..69fc4ea 100644 --- a/README.md +++ b/README.md
@@ -27,11 +27,11 @@ Cupertino (iOS-flavor) widgets, rich motion APIs, smooth natural scrolling, and platform awareness. -<img src="https://flutter.io/images/homepage/screenshot-1.png" width="270" height="480" alt="Brand-first shopping design" align="left"> -<img src="https://flutter.io/images/homepage/screenshot-2.png" width="270" height="480" alt="Fitness app design"> +[<img src="https://flutter.io/images/homepage/screenshot-1.png" width="270" height="480" alt="Brand-first shopping design" align="left">](https://github.com/flutter/flutter/tree/master/examples/flutter_gallery/lib/demo/animation) +[<img src="https://flutter.io/images/homepage/screenshot-2.png" width="270" height="480" alt="Fitness app design">](https://github.com/flutter/posse_gallery) -<img src="https://flutter.io/images/homepage/screenshot-3.png" width="270" height="480" alt="Contact app design" align="left"> -<img src="https://flutter.io/images/homepage/ios-friendlychat.png" width="270" height="480" alt="iOS chat app design"> +[<img src="https://flutter.io/images/homepage/screenshot-3.png" width="270" height="480" alt="Contact app design" align="left">](https://github.com/flutter/flutter/blob/master/examples/flutter_gallery/lib/demo/contacts_demo.dart) +[<img src="https://flutter.io/images/homepage/ios-friendlychat.png" width="270" height="480" alt="iOS chat app design">](https://codelabs.developers.google.com/codelabs/flutter-firebase) Browse the <a href="https://flutter.io/widgets/">widget catalog</a>.