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