1
0
mirror of https://github.com/nisrulz/flutter-examples.git synced 2025-11-08 12:39:17 +00:00

added list of examples to readme as index

This commit is contained in:
Nishant Srivastava
2017-08-09 14:44:49 -07:00
parent 32858affd6
commit 244edb8e86

View File

@@ -9,7 +9,14 @@ Main repository containing all the example apps demonstrating features/functiona
## Example apps
To be added
1. [Simple Material App](/simple_material_app) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/simple_material_app)
1. [Using Theme](/using_theme) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/using_theme)
1. [Stateless Widget](/stateless_widget) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/stateless_widget)
1. [Stateful Widget](/stateful_widget) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/stateful_widget)
1. [Using EditText](/using_edittext) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/using_edittext)
1. [Load local image](/load_local_image) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/load_local_image)
1. [Load local json](/load_local_json) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/load_local_json)
1. [Using HTTP GET](/using_http_get) [![download](/img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/using_http_get)
# Pull Requests