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

implemented: grid_layout

This commit is contained in:
Nishant Srivastava
2018-02-10 19:50:17 +05:30
parent b2c80a698e
commit 354d387278
9 changed files with 49 additions and 3 deletions

View File

@@ -29,6 +29,13 @@ flutter:
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
assets:
- data_repo/img/ic_launcher.png
- data_repo/img/social/facebook.png
- data_repo/img/social/instagram.png
- data_repo/img/social/google_plus.png
- data_repo/img/social/linkedin.png
- data_repo/img/social/twitter.png
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.io/assets-and-images/#resolution-aware.