README.md: how to download a single example (#615)

pull/702/head
Noam Yorav-Raphael 4 years ago committed by GitHub
parent 2f6767f95e
commit c8d7b3c104
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,6 +10,21 @@ A collection of open source samples that illustrate best practices for
The easiest way to browse through the samples in this repo (as well as a few others!)
is the [visual samples index](https://flutter.github.io/samples).
## Tip: minimize download size
As this repository is quite big, you can use svn to download a single example.
For example:
```
svn co https://github.com/flutter/samples/trunk/provider_shopper
```
You can also use a shallow clone to download just the latest revision:
```
git clone --depth 1 https://github.com/flutter/samples.git
```
## Interested in contributing?
See the [contributor's guide](CONTRIBUTING.md)!

Loading…
Cancel
Save