Skip to content
This repository was archived by the owner on Jul 8, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,12 @@ Once you have the Facebook App ID figured out, then you'll just have to copy-pas

A sample of a complete Info.plist file can be found [here](https://github.com/roughike/flutter_facebook_login/blob/master/example/ios/Runner/Info.plist#L49-L70).

Your Podfile should define a minimum iOS version like this:
**\<your project root\>/ios/Podfile**
```
platform :ios, '9.0'
```

Done!

## How do I use it?
Expand Down