Skip to content

Commit b21f842

Browse files
committed
🚧 update readme about the get packages script
1 parent d8d0cc0 commit b21f842

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht
4747

4848
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)
4949

50+
# Get packages for all flutter projects
51+
52+
- Once you have cloned this repo, navigate to the root of this repo.
53+
- Next run `./get_packages.sh`
54+
> Make sure the script is executable. If it is not, then run `chmod +x get_packages.sh` first to make it executable.
55+
- Done!
56+
5057
# Pull Requests
5158

5259
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:

0 commit comments

Comments
 (0)