mirror of
https://github.com/nisrulz/flutter-examples.git
synced 2025-05-17 21:15:54 +08:00
🚧 update readme about the get packages script
This commit is contained in:
@ -47,6 +47,13 @@ Lookup Links: [[Setup Flutter](https://flutter.io/setup/)] [[Widgets Catalog](ht
|
||||
|
||||
1. [Tip Calculator](/tip_calculator) [](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:
|
||||
|
Reference in New Issue
Block a user