From 678e5d4577813addd13d037340cf8cb4101d727a Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Thu, 15 Mar 2018 11:31:58 +0530 Subject: [PATCH] updated: readme for image_from_network --- README.md | 1 + image_from_network/README.md | 10 ++++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 66b08fb..ddc7447 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht 1. [Using SnackBar](/using_snackbar) [![download](img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/using_snackbar) 1. [Grid Layout](/grid_layout) [![download](img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/grid_layout) 1. [DropDown Button](/dropdown_button) [![download](img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/dropdown_button) +1. [Image from Network](/image_from_network) [![download](img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/image_from_network) ### Complete apps with multiple features diff --git a/image_from_network/README.md b/image_from_network/README.md index 7d34abe..1b7e5d3 100644 --- a/image_from_network/README.md +++ b/image_from_network/README.md @@ -1,8 +1,10 @@ -# image_from_network +# Image from Network + +Example app showing implemention of image from network. + + -A new Flutter project. ## Getting Started -For help getting started with Flutter, view our online -[documentation](http://flutter.io/). +For help getting started with Flutter, view online [documentation](http://flutter.io/). \ No newline at end of file