|
|
|
@ -105,23 +105,6 @@ See the [getting started guide] to install the `flutter` tool.
|
|
|
|
|
> If you want to run an add-to-app sample, there are additional requirements.
|
|
|
|
|
> We suggest reading the [add-to-app documentation].
|
|
|
|
|
|
|
|
|
|
### 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 [partial clone] to skip blob objects
|
|
|
|
|
that aren't currently checked out, while including the full commit history:
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
git clone --filter=blob:none https://github.com/flutter/samples.git
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
## Interested in contributing?
|
|
|
|
|
|
|
|
|
|
See the [contributor's guide]!
|
|
|
|
|