From b21f842b9cc5d2c19490bf6b3f6960e29815f30d Mon Sep 17 00:00:00 2001 From: Nishant Srivastava Date: Thu, 20 Jun 2019 07:44:30 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20update=20readme=20about=20the=20?= =?UTF-8?q?get=20packages=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index af08546..f7b3752 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,13 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht 1. [Tip Calculator](/tip_calculator) [![download](img/ic_download.png)](https://kinolien.github.com/gitzip/?download=https://github.com/nisrulz/flutter-examples/tree/master/tip_calculator) +# Get packages for all flutter projects + +- Once you have cloned this repo, navigate to the root of this repo. +- Next run `./get_packages.sh` + > Make sure the script is executable. If it is not, then run `chmod +x get_packages.sh` first to make it executable. +- Done! + # Pull Requests I welcome and encourage all pull requests. It usually will take me within 24-48 hours to respond to any issue or request. Here are some basic rules to follow to ensure timely addition of your request: