1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Add CocoaPods installation to the add-to-app README (#162)

This commit is contained in:
Gonçalo Palma
2019-11-19 21:49:25 +04:00
committed by Andrew Brogdon
parent 49ae463045
commit e640c3182c

View File

@@ -1,8 +1,7 @@
# Add-to-App Sample # Add-to-App Sample
***The Add-to-App sample is designed to build with Flutter's `master` channel ***The Add-to-App sample is designed to build with Flutter's `master` channel.
and the latest version of CocoaPods. See the [README](../README.md) in the See the [README](../README.md) in the `experimental` directory for details.***
`experimental` directory for details.***
This directory contains a bunch of Android and iOS projects that each import This directory contains a bunch of Android and iOS projects that each import
a standalone Flutter module called `flutter_module`. a standalone Flutter module called `flutter_module`.
@@ -15,6 +14,17 @@ a standalone Flutter module called `flutter_module`.
rely on a separately pre-built module. rely on a separately pre-built module.
- Whether plugins are needed by the Flutter module used in the app. - Whether plugins are needed by the Flutter module used in the app.
## Installing Cocoapods
The iOS samples in this repo require the latest version of Cocoapods. To install it,
run the following command on a MacOS machine:
```bash
sudo gem install cocoapods
```
See https://guides.cocoapods.org/using/getting-started.html for more details.
## The important bits ## The important bits
### Flutter modules ### Flutter modules