File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,21 @@ A collection of open source samples that illustrate best practices for
1010The easiest way to browse through the samples in this repo (as well as a few others!)
1111is the [ visual samples index] ( https://flutter.github.io/samples ) .
1212
13+ ## Tip: minimize download size
14+
15+ As this repository is quite big, you can use svn to download a single example.
16+ For example:
17+
18+ ```
19+ svn co https://github.com/flutter/samples/trunk/provider_shopper
20+ ```
21+
22+ You can also use a shallow clone to download just the latest revision:
23+
24+ ```
25+ git clone --depth 1 https://github.com/flutter/samples.git
26+ ```
27+
1328## Interested in contributing?
1429
1530See the [ contributor's guide] ( CONTRIBUTING.md ) !
You can’t perform that action at this time.
0 commit comments